rest-api-spec.api.ilm.get_lifecycle.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"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