A newer version is available. For the latest information, see the
current release documentation.
Unmute alert API
editUnmute alert API
editUnmute an alert.
Request
editPOST <kibana host>:<port>/api/alerting/rule/<rule_id>/alert/<alert_id>/_unmute
POST <kibana host>:<port>/s/<space_id>/api/alerting/rule/<rule_id>/alert/<alert_id>/_unmute
Path parameters
edit-
rule_id
- (Required, string) The ID of the rule whose alert you want to mute.
-
alert_id
- (Required, string) The ID of the alert that you want to unmute.
-
space_id
-
(Optional, string) An identifier for the space. If
space_id
is not provided in the URL, the default space is used.
Response code
edit-
200
- Indicates a successful call.
Example
editUnmute alert with ID:
$ curl -X POST api/alerting/rule/41893910-6bca-11eb-9e0d-85d233e3ee35/alert/dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2/_unmute