mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
24 lines
No EOL
911 B
YAML
24 lines
No EOL
911 B
YAML
post:
|
|
summary: Unmute an alert.
|
|
operationId: unmuteAlert
|
|
description: >
|
|
You must have `all` privileges for the appropriate Kibana features,
|
|
depending on the `consumer` and `rule_type_id` of the rule. For example, the
|
|
**Management > Stack Rules** feature, **Analytics > Discover** and
|
|
**Machine Learning** features, **Observability**, and **Security** features.
|
|
If the rule has actions, you must also have `read` privileges for the
|
|
**Management > Actions and Connectors** feature.
|
|
tags:
|
|
- alerting
|
|
parameters:
|
|
- $ref: ../components/headers/kbn_xsrf.yaml
|
|
- $ref: '../components/parameters/alert_id.yaml'
|
|
- $ref: '../components/parameters/rule_id.yaml'
|
|
- $ref: '../components/parameters/space_id.yaml'
|
|
responses:
|
|
'204':
|
|
description: Indicates a successful call.
|
|
servers:
|
|
- url: https://localhost:5601
|
|
servers:
|
|
- url: https://localhost:5601 |