mongocli atlas backup snapshots describe¶
The backup snapshots describe
command returns information about a
specified backup snapshot. You can also retrieve information about a
snapshot through the Atlas UI
or API.
Syntax¶
mongocli atlas backup snapshots describe <snapshot-id> --clusterName <cluster-name> [ --output|-o <output-format> ] [ --profile|-P <profile-name> ] [ --projectId <project-ID> ]
Note
Use -h
or --help
to view the command-line help for
this command.
Options¶
Option | Type | Description | Required? |
---|---|---|---|
<snapshot-id> | string | Unique identifier of the snapshot. | yes |
--clusterName | string | Name of the cluster. | yes |
--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 |