Skip to content

Cluster and raft status

GET
/admin/cluster

Responses

Cluster status

application/json
JSON
{
  
"clusterId": "string",
  
"nodeId": 0,
  
"nodeEpoch": 0,
  
"advertisedAddress": "string",
  
"registered": true,
  
"raft": {
  
  
"leader": "string",
  
  
"isLeader": true,
  
  
"appliedIndex": 0,
  
  
"applySuccessCount": 0,
  
  
"applyFailCount": 0,
  
  
"peers": [
  
  
  
"string"
  
  
]
  
},
  
"streamCount": 0,
  
"objectCount": 0,
  
"destroyedObjectBacklog": 0
}

Playground

Samples