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

rest-api-spec.api.rollup.get_rollup_caps.json Maven / Gradle / Ivy

There is a newer version: 8.17.0
Show newest version
{
  "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