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

rest-api-spec.api.reindex_rethrottle.json Maven / Gradle / Ivy

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