mongocli ops-manager backup config describe¶
The backup config describe
command retrieves the backup
configuration details for the specified cluster. You can also retrieve
the backup configuration details for a cluster using the API.
Syntax¶
mongocli ops-manager|om backup config describe|get <cluster-ID> [ --output|-o <output-format> ] [ --profile|-P <profile-name> ] [ --projectId <project-ID> ]
Arguments¶
Argument | Type | Description | Required? |
---|---|---|---|
<cluser-ID> | string | Unique identifier of the cluster whose backup
configuration you want to retrieve. You can use the
mongocli ops-manager cluster list to retrieve the
ID of a cluster. | yes |
Options¶
Option | Type | Description | Required? |
---|---|---|---|
--output , -o | string | Command output format. Valid values are:
If omitted, the command returns output in the default format. | no |
--profile , -P | string | Name of the profile where the project ID and the Programmatic API Key |