rest-api-spec.api.dangling_indices.list_dangling_indices.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
{
"dangling_indices.list_dangling_indices": {
"documentation": {
"url": "https://www.elastic.co/guide/en/elasticsearch/reference/master/modules-gateway-dangling-indices.html",
"description": "Returns all dangling indices."
},
"stability": "stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url": {
"paths": [
{
"path": "/_dangling",
"methods": [
"GET"
]
}
]
},
"params": {}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy