Example searches: “kbn-xsrf”, “days”, “dashboards”, “created_at”, “alert_delay”
A required header to protect against CSRF attacks
The identifier for the rule.
The identifier for the alert.
Indicates a successful call.
Indicates an invalid schema or parameters.
Indicates that this call is forbidden.
Indicates a rule or alert with the given ID does not exist.
curl \ --request POST 'https://<KIBANA_URL>/api/alerting/rule/{rule_id}/alert/{alert_id}/_unmute' \ --header "Authorization: $API_KEY" \ --header "kbn-xsrf: true"