Mute an alert instance Deprecated
Deprecated in 7.13.0. Use the mute alert API instead.
Path parameters
-
An identifier for the alert.
-
An identifier for the alert instance.
curl \
--request POST https://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/alert_instance/dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2/_mute \
--header "kbn-xsrf: string"
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}