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

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

There is a newer version: 8.16.0
Show newest version
{
  "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."
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy