ZookeeperSummaryedit

Information about the ZooKeeper state.

Propertiesedit

states (array[ZookeeperNodeInfo], required)
Information about the nodes

Exampleedit

{
   "states" : [
      {
         "id" : "string",
         "state" : "string"
      }
   ]
}