CoordinatorCandidatesSummaryedit

Summarized information about coordinator candidates.

Propertiesedit

candidates (array[CoordinatorCandidateInfo], required)
Summarized information on each coordinator candidate

Exampleedit

{
   "candidates" : [
      {
         "acl" : {
            "id" : "string",
            "perms" : 0,
            "scheme" : "string"
         },
         "attributes" : {
            "some_property" : "string"
         },
         "id" : 0,
         "name" : "string",
         "public_hostname" : "string",
         "state" : "string"
      }
   ]
}