OpenSearch/docs/reference/autoscaling/apis/autoscaling-apis.asciidoc
Jason Tedor 25daf5f1e1
Add autoscaling API skelton (#51564)
The main purpose of this commit is to add a single autoscaling REST
endpoint skeleton, for the purpose of starting to build out the build
and testing infrastructure that will surround it. For example, rather
than commiting a fully-functioning autoscaling API, we introduce here
the skeleton so that we can start wiring up the build and testing
infrastructure, establish security roles/permissions, an so on. This
way, in a forthcoming PR that introduces actual functionality, that PR
will be smaller and have less distractions around that sort of
infrastructure.
2020-02-06 21:55:01 -05:00

16 lines
325 B
Plaintext

[role="xpack"]
[testenv="platinum"]
[[autoscaling-apis]]
== Autoscaling APIs
You can use the following APIs to perform autoscaling operations.
[float]
[[autoscaling-api-top-level]]
=== Top-Level
* <<autoscaling-get-autoscaling-decision,Get autoscaling decision>>
// top-level
include::get-autoscaling-decision.asciidoc[]