NOTE: This feature is designed for indirect use by Elasticsearch Service, Elastic Cloud Enterprise, and Elastic Cloud on Kubernetes. Direct use is not supported.
GET
/_autoscaling/policy/{name}
Console
GET /_autoscaling/policy/<name>
curl \
--request GET 'http://api.example.com/_autoscaling/policy/{name}'
Response examples (200)
This may be a response to `GET /_autoscaling/policy/my_autoscaling_policy`.
{
"roles": <roles>,
"deciders": <deciders>
}