rest-api-spec.api.reindex_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
OpenSearch subproject :rest-api-spec
The newest version!
{
"reindex_rethrottle":{
"documentation":{
"url":"https://opensearch.org/docs/latest/im-plugin/reindex-data/",
"description":"Changes the number of requests per second for a particular Reindex operation."
},
"stability":"stable",
"url":{
"paths":[
{
"path":"/_reindex/{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."
}
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy