获取自动扩缩容策略 API
编辑获取自动扩缩容策略 API编辑
此功能旨在供 Elasticsearch Service、Elastic Cloud Enterprise 和 Elastic Cloud on Kubernetes 间接使用。不支持直接使用。
获取自动扩缩容策略。
描述编辑
此 API 获取具有提供名称的自动扩缩容策略。
示例编辑
此示例获取名为 my_autoscaling_policy
的自动扩缩容策略。
GET /_autoscaling/policy/my_autoscaling_policy
API 返回以下结果
{ "roles": <roles>, "deciders": <deciders> }