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

rest-api-spec.api.ilm.get_lifecycle.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "ilm.get_lifecycle":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/ilm-get-lifecycle.html",
      "description": "Returns the specified policy definition. Includes the policy version and last modified date."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_ilm/policy/{policy}",
          "methods":[
            "GET"
          ],
          "parts":{
            "policy":{
              "type":"string",
              "description":"The name of the index lifecycle policy"
            }
          }
        },
        {
          "path":"/_ilm/policy",
          "methods":[
            "GET"
          ]
        }
      ]
    },
    "params":{}
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy