rest-api-spec.api.rollup.get_rollup_caps.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
{
"rollup.get_rollup_caps":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-get-rollup-caps.html",
"description":"Returns the capabilities of any rollup jobs that have been configured for a specific index or index pattern."
},
"stability":"experimental",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_rollup/data/{id}",
"methods":[
"GET"
],
"parts":{
"id":{
"type":"string",
"description":"The ID of the index to check rollup capabilities on, or left blank for all jobs"
}
}
},
{
"path":"/_rollup/data/",
"methods":[
"GET"
]
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy