rest-api-spec.api.rollup.put_job.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.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