IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Mute all alert instances API
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
Mute all alert instances API
editMute all alert instances.
Request
editPOST <kibana host>:<port>/api/alerts/alert/<id>/_mute_all
POST <kibana host>:<port>/s/<space_id>/api/alerts/alert/<id>/_mute_all
Path parameters
edit-
id
- (Required, string) The ID of the alert whose instances you want to mute.
-
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
editMute all alert instances with ID:
$ curl -X POST api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/_mute_all