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

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

There is a newer version: 2.18.0
Show newest version
{
  "cluster.post_voting_config_exclusions":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/master/voting-config-exclusions.html",
      "description":"Updates the cluster voting config exclusions by node ids or node names."
    },
    "stability":"stable",
    "url":{
      "paths":[
        {
          "path":"/_cluster/voting_config_exclusions",
          "methods":[
            "POST"
          ]
        }
      ]
    },
    "params":{
      "node_ids":{
        "type":"string",
        "description":"A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_names."
      },
      "node_names":{
        "type":"string",
        "description":"A comma-separated list of the names of the nodes to exclude from the voting configuration. If specified, you may not also specify ?node_ids."
      },
      "timeout":{
        "type":"time",
        "description":"Explicit operation timeout",
        "default":"30s"
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy