rest-api-spec.api.cluster.post_voting_config_exclusions.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
{
"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