mongocli ops-manager backup config list¶
The backup config list
command lists all the backup
configurations for a project. You can also retrieve the
backup configurations for a project using the API.
Syntax¶
mongocli ops-manager|om backup config list|ls [ --limit <items-per-page>] [ --output|-o <output-format> ] [ --page <page-num> ] [ --profile|-P <profile-name> ] [ --projectId <project-ID> ]
Options¶
Option | Type | Description | Required? |
---|---|---|---|
--limit | integer | Number of items to return per page, up to a maximum of 500.
Defaults to 100 if not specified. | no |
--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 |