elasticsearch/docs/reference/autoscaling/apis/autoscaling-apis.asciidoc
James Rodewig f56a0f4b66
[DOCS] Remove testenv annotations from doc snippet tests (#80023)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
2021-11-05 18:38:50 -04:00

23 lines
671 B
Text

[role="xpack"]
[[autoscaling-apis]]
== Autoscaling APIs
NOTE: {cloud-only}
You can use the following APIs to perform autoscaling operations.
[discrete]
[[autoscaling-api-top-level]]
=== Top-Level
* <<autoscaling-get-autoscaling-capacity,Get autoscaling capacity>>
* <<autoscaling-put-autoscaling-policy,Create or update autoscaling policy>>
* <<autoscaling-delete-autoscaling-policy,Delete autoscaling policy>>
* <<autoscaling-get-autoscaling-policy,Get autoscaling policy>>
// top-level
include::put-autoscaling-policy.asciidoc[]
include::get-autoscaling-capacity.asciidoc[]
include::delete-autoscaling-policy.asciidoc[]
include::get-autoscaling-policy.asciidoc[]