elasticsearch/docs/reference/autoscaling/apis/autoscaling-apis.asciidoc
Lisa Cawley 5e0fbef58b
[DOCS] Link to new API site (#119038)
Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
2024-12-30 16:52:16 +00:00

30 lines
838 B
Text

[role="xpack"]
[[autoscaling-apis]]
== Autoscaling APIs
NOTE: {cloud-only}
.New API reference
[sidebar]
--
For the most up-to-date API details, refer to {api-es}/group/endpoint-autoscaling[Autoscaling APIs].
--
You can use the following APIs to perform {cloud}/ec-autoscaling.html[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[]