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

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

There is a newer version: 8.17.0
Show newest version
{
  "rollup.put_job":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/rollup-put-job.html",
      "description":"Creates a rollup job."
    },
    "stability":"experimental",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_rollup/job/{id}",
          "methods":[
            "PUT"
          ],
          "parts":{
            "id":{
              "type":"string",
              "description":"The ID of the job to create"
            }
          }
        }
      ]
    },
    "body":{
      "description":"The job configuration",
      "required":true
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy