A newer version is available. For the latest information, see the
current release documentation.
Unmute all alerts API
editUnmute all alerts API
editUnmute all alerts.
Request
editPOST <kibana host>:<port>/api/alerting/rule/<id>/_unmute_all
POST <kibana host>:<port>/s/<space_id>/api/alerting/rule/<id>/_unmute_all
Path parameters
edit-
id
- (Required, string) The ID of the rule whose alerts 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 all alerts with ID:
$ curl -X POST api/alerting/rule/41893910-6bca-11eb-9e0d-85d233e3ee35/_unmute_all