kibana/docs/api/alerting.asciidoc
ymao1 3de6de98a7
[Alerting][Docs] Review usages of Alerting vs alerting (#119314)
* Alerting vs alerting

* PR feedback

* Reverting unnecessary changes

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* PR feedback

* PR feedback

* Removing {kib}

* Apply suggestions from code review

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>

* Removing {kib}

Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
2021-11-30 19:24:45 -05:00

47 lines
1.7 KiB
Text

[[alerting-apis]]
== Alerting APIs
The following APIs are available for Alerting.
* <<create-rule-api, Create rule API>> to create a rule
* <<update-rule-api, Update rule API>> to update the attributes for existing rules
* <<get-rule-api, Get rule API>> to retrieve a single rule by ID
* <<delete-rule-api, Delete rule API>> to permanently remove a rule
* <<find-rules-api, Find rules API>> to retrieve a paginated set of rules by condition
* <<list-rule-types-api, List rule types API>> to retrieve a list of rule types
* <<enable-rule-api, Enable rule API>> to enable a single rule by ID
* <<disable-rule-api, Disable rule API>> to disable a single rule by ID
* <<mute-alert-api, Mute alert API>> to mute alert for a single rule by ID
* <<unmute-alert-api, Unmute alert API>> to unmute alert for a single rule by ID
* <<mute-all-alerts-api, Mute all alerts API>> to mute all alerts for a single rule by ID
* <<unmute-all-alerts-api, Unmute all alerts API>> to unmute all alerts for a single rule by ID
* <<get-alerting-framework-health-api, Get Alerting framework health API>> to retrieve the health of the Alerting framework
For deprecated APIs, refer to <<alerts-api>>.
include::alerting/create_rule.asciidoc[]
include::alerting/update_rule.asciidoc[]
include::alerting/get_rules.asciidoc[]
include::alerting/delete_rule.asciidoc[]
include::alerting/find_rules.asciidoc[]
include::alerting/list_rule_types.asciidoc[]
include::alerting/enable_rule.asciidoc[]
include::alerting/disable_rule.asciidoc[]
include::alerting/mute_all_alerts.asciidoc[]
include::alerting/mute_alert.asciidoc[]
include::alerting/unmute_all_alerts.asciidoc[]
include::alerting/unmute_alert.asciidoc[]
include::alerting/health.asciidoc[]
include::alerting/legacy/index.asciidoc[]