Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli cloud-manager alerts global list

On this page

  • Syntax
  • Options
  • Inherited Options

Returns all global alerts for the specified Ops Manager project.

Command Syntax
mongocli cloud-manager alerts global list [options]
Name
Type
Required
Description
-h, --help
false
help for list
--limit
int
false
Number of items per results page, up to a maximum of 500. If you have more than 500 results, specify the --page option to change the results page.
-o, --output
string
false
Output format. Valid values are json, json-path, go-template, or go-template-file. To see full output, use the -o json option.
--page
int
false
Page number that specifies a page of results.
--status
string
false
State of this alert. Valid values are TRACKING, OPEN, CLOSED, and CANCELLED.
Name
Type
Required
Description
-P, --profile
string
false
Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file.
←  mongocli cloud-manager alerts globalmongocli cloud-manager alerts list →
Share Feedback