mongocli cloud-manager backups restores list
列出项目和集群的还原作业。
语法
命令语法
mongocli cloud-manager backups restores list <clusterId> [options]
参数
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
clusterId | string | true | 集群的ID。 |
选项
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
-h, --help | false | list的帮助信息 | |
--limit | int | false | 每页结果中的项目数,最多为500。如果您有超过500个结果,请指定--page选项来更改结果页。此值默认为100。 |
-o, --output | string | false | 输出格式。有效值包括json、json-path、go-template或go-template-file。要查看完整的输出,请使用-o json选项。 |
--page | int | false | 指定结果的页码。默认值为1。 |
--projectId | string | false | 用于标识要使用的项目的十六进制字符串。此选项会覆盖配置文件或环境变量中的设置。 |
继承选项
名称 | 类型 | 必需 | 描述 |
---|---|---|---|
-P, --profile | string | false | 从您的配置文件中使用的配置文件名。有关MongoCLI配置文件的配置信息,请参阅https://dochub.mongodb.org/core/atlas-cli-configuration-file. |