alarm unmute
Unmute a muted alarm.
Syntax
- CLI
maprcli alarm unmute -alarm [<alarm name>[:<entity>[:<aetype>]]]+ [ -cluster cluster_name ]
- REST API
Request Type POST Request URL http[s]://<host>:<port>/rest/alarm/unmute?<parameters>
Parameters
Parameter | Description |
---|---|
alarm |
(Required) The comma-separated list of the muted alarms to unmute. To unmute an alarm associated with an entity (such as volume, node, etc.) or type of accountable entity, you can specify also the name of the entity or the type of accountable entity separated by a colon (:). |
cluster |
(Optional) The name of the cluster on which to run the command. The default is the cluster on which the command is run. |
Example
Unmute alarm NODE_ALARM_SERVICE_APISERVER_DOWN
- CLI
-
maprcli alarm unmute NODE_ALARM_SERVICE_APISERVER_DOWN
- REST
-
curl -X POST -u <username> https://r1n1.sj.us:8443/rest/alarm/unmute?slarm=NODE_ALARM_SERVICE_APISERVER_DOWN