mongocli ops-manager alerts unacknowledge¶
The alerts unacknowledge
command un-unacknowledges one alert for
the specified Ops Manager project.
Syntax¶
mongocli ops-manager|om alert|alerts unacknowledge|unack <alertID> [ --until <unacknowledgement time> ] [ --comment <optional comment> ] [ --output|-o <output-format> ] [ --profile|-P <profile-name> ] [ --projectId <id-of-project> ]
Options¶
Option | Type | Description | Required? |
---|---|---|---|
<alertID> | string | ID of the alert you want to unacknowledge. | yes |
--comment | string | Comment describing the alert unacknowledgement. If included,
wrap the comment in double quotes. | 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 |