Enable rule APIedit

Enable a rule.

This API supports Token-based authentication only.

Requestedit

POST <kibana host>:<port>/api/alerting/rule/<id>/_enable

POST <kibana host>:<port>/s/<space_id>/api/alerting/rule/<id>/_enable

Prerequisitesedit

You must have all privileges for the appropriate Kibana features, depending on the consumer and rule_type_id of the rules you’re enabling. For example, the Management > Stack Rules feature, Analytics > Discover and Machine Learning features, Observability, and Security features. For more details, refer to Feature privileges.

Path parametersedit

id
(Required, string) The ID of the rule that you want to enable.
space_id
(Optional, string) An identifier for the space. If space_id is not provided in the URL, the default space is used.

Response codesedit

200
Indicates a successful call.

Examplesedit

POST api/alerting/rule/41893910-6bca-11eb-9e0d-85d233e3ee35/_enable