A newer version is available. For the latest information, see the
current release documentation.
CoordinatorCandidateInfo
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CoordinatorCandidateInfo
editSummarized information about a coordinator candidate.
Properties
edit-
acl(ZkAcl, required) - Zookeeper ACL of nodes this coordinator candidate is allowed to read
-
attributes(map[string,string, required)] - Attributes of this coordinator candidate
-
id(integerasint32) - Zookeeper server identifier corresponding to this coordinator candidate
-
name(string, required) - Name of this coordinator candidate.
-
public_hostname(string, required) - Public hostname of this coordinator candidate
-
state(string; allowed values: [accepted,pending], required) - State of the candidate
Example
edit{
"acl" : {
"id" : "string",
"perms" : 0,
"scheme" : "string"
},
"attributes" : {
"some_property" : "string"
},
"id" : 0,
"name" : "string",
"public_hostname" : "string",
"state" : "string"
}