rest-api-spec.api.delete_by_query_rethrottle.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
{
"delete_by_query_rethrottle":{
"documentation":{
"url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-delete-by-query.html",
"description":"Changes the number of requests per second for a particular Delete By Query operation."
},
"stability":"stable",
"visibility":"public",
"headers":{
"accept": [ "application/json"]
},
"url":{
"paths":[
{
"path":"/_delete_by_query/{task_id}/_rethrottle",
"methods":[
"POST"
],
"parts":{
"task_id":{
"type":"string",
"description":"The task id to rethrottle"
}
}
}
]
},
"params":{
"requests_per_second":{
"type":"number",
"required":true,
"description":"The throttle to set on this request in floating sub-requests per second. -1 means set no throttle."
}
}
}
}