All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.autoscaling.get_autoscaling_policy.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "autoscaling.get_autoscaling_policy":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/autoscaling-get-autoscaling-policy.html",
      "description": "Retrieves an autoscaling policy. Designed for indirect use by ECE/ESS and ECK. Direct use is not supported."
    },
    "stability":"stable",
    "visibility":"private",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_autoscaling/policy/{name}",
          "methods":[
            "GET"
          ],
          "parts":{
            "name":{
              "type":"string",
              "description":"the name of the autoscaling policy"
            }
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy