Skip to content

Readiness

GET
/ready

Ready once raft has a leader, the node is registered, and storage started.

Responses

Ready

application/json
JSON
{
  
"ready": true,
  
"started": true,
  
"leaderKnown": true,
  
"registered": true
}

Playground

Samples