Unmute an alert instance Deprecated
Deprecated in 7.13.0. Use the unmute alert API instead.
Path parameters
-
An identifier for the alert.
-
An identifier for the alert instance.
POST /api/alerts/alert/{alertId}/alert_instance/{alertInstanceId}/_unmute
curl \
-X POST https://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/alert_instance/dceeb5d0-6b41-11eb-802b-85b0c1bc8ba2/_unmute \
-H "kbn-xsrf: string"
Response examples (401)
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}