mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Expands docs on List rule types API (#97608)
Corrected docs for List rule types API
This commit is contained in:
parent
0423e7dfca
commit
1dd5e1f13d
1 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,11 @@
|
|||
<titleabbrev>List rule types</titleabbrev>
|
||||
++++
|
||||
|
||||
Retrieve a list of alerting rule types.
|
||||
Retrieve a list of alerting rule types that the user is authorized to access.
|
||||
|
||||
Each rule type includes a list of consumer features. Within these features, users are authorized to perform either `read` or `all` operations on rules of that type. This helps determine which rule types users can read, but not create or modify.
|
||||
|
||||
NOTE: Some rule types are limited to specific features. These rule types are not available when <<defining-alerts, defining rules>> in <<management,Stack Management>>.
|
||||
|
||||
[[list-rule-types-api-request]]
|
||||
==== Request
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue