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

rest-api-spec.api.cluster.delete_voting_config_exclusions.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "cluster.delete_voting_config_exclusions":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html",
      "description":"Clears cluster voting config exclusions."
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_cluster/voting_config_exclusions",
          "methods":[
            "DELETE"
          ]
        }
      ]
    },
    "params":{
      "wait_for_removal": {
        "type":"boolean",
        "description":"Specifies whether to wait for all excluded nodes to be removed from the cluster before clearing the voting configuration exclusions list.",
        "default":true
      },
      "master_timeout":{
        "type":"time",
        "description":"Timeout for submitting request to master",
        "default":"30s"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy