IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
CoordinatorsSummary
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
CoordinatorsSummary
editSummarized information about coordinators.
Properties
edit-
coordinators(array[CoordinatorSummary], required) - Summarized information on each coordinator
Example
edit{
"coordinators" : [
{
"attributes" : {
"some_property" : "string"
},
"client_port" : 0,
"election_port" : 0,
"leader_port" : 0,
"name" : "string",
"public_hostname" : "string"
}
]
}