A newer version is available. For the latest information, see the
current release documentation.
CoordinatorCandidatesSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CoordinatorCandidatesSummary
editSummarized information about coordinator candidates.
Properties
edit-
candidates(array[CoordinatorCandidateInfo], required) - Summarized information on each coordinator candidate
Example
edit{
"candidates" : [
{
"acl" : {
"id" : "string",
"perms" : 0,
"scheme" : "string"
},
"attributes" : {
"some_property" : "string"
},
"id" : 0,
"name" : "string",
"public_hostname" : "string",
"state" : "string"
}
]
}