Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Create OAS for get rule types and get alerting framework health #148774

Merged
merged 7 commits into from Jan 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
512 changes: 505 additions & 7 deletions docs/api-generated/rules/rule-apis-passthru.asciidoc

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions docs/api/alerting/health.asciidoc
Expand Up @@ -6,6 +6,12 @@

Retrieve the health status of the alerting framework.

[NOTE]
====
For the most up-to-date API details, refer to the
{kib-repo}/tree/{branch}/x-pack/plugins/alerting/docs/openapi[open API specification]. For a preview, check out <<rule-apis>>.
====

[[get-alerting-framework-health-api-request]]
=== {api-request-title}

Expand Down
7 changes: 7 additions & 0 deletions docs/api/alerting/list_rule_types.asciidoc
Expand Up @@ -6,6 +6,13 @@

Retrieve a list of rule types that the user is authorized to access.

[NOTE]
====
For the most up-to-date API details, refer to the
{kib-repo}/tree/{branch}/x-pack/plugins/alerting/docs/openapi[open API specification]. For a preview, check out <<rule-apis>>.
====


[[list-rule-types-api-request]]
=== {api-request-title}

Expand Down