Retrieves an autoscaling policy Added in 7.11.0

GET /_autoscaling/policy/{name}

Designed for indirect use by ECE/ESS and ECK. Direct use is not supported.

Path parameters

  • name string Required

    the name of the autoscaling policy

Responses

  • 200 application/json
    Hide response attributes Show response attributes object
    • roles array[string] Required
    • deciders object Required

      Decider settings

      Hide deciders attribute Show deciders attribute object
      • * object Additional properties

        Additional properties are allowed.

GET /_autoscaling/policy/{name}
curl \
 -X GET http://api.example.com/_autoscaling/policy/{name}
Response examples (200)
{
  "roles": [
    "string"
  ],
  "deciders": {
    "additionalProperty1": {},
    "additionalProperty2": {}
  }
}