mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 18:33:26 -04:00
* (Doc+) Link API to parent Doc part1 --------- Co-authored-by: shainaraskas <shaina.raskas@elastic.co> Co-authored-by: shainaraskas <58563081+shainaraskas@users.noreply.github.com>
23 lines
700 B
Text
23 lines
700 B
Text
[role="xpack"]
|
|
[[autoscaling-apis]]
|
|
== Autoscaling APIs
|
|
|
|
NOTE: {cloud-only}
|
|
|
|
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[]
|
|
|