Unmute all alert instances Deprecated
Deprecated in 7.13.0. Use the unmute all alerts API instead.
Path parameters
-
The identifier for the alert.
POST /api/alerts/alert/{alertId}/_unmute_all
curl \
-X POST https://localhost:5601/api/alerts/alert/41893910-6bca-11eb-9e0d-85d233e3ee35/_unmute_all \
-H "kbn-xsrf: string"
Response examples (401)
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}