All endpoints return the following response headers:
- X-Id — The node’s public key identifier
- X-Session-Token — The current cluster session token
- Request-Signature — Cryptographic signature of the response for verification
GET /cluster/info
Returns the list of all peers currently known to this node in the cluster, along with their state and connection details.200 OK
Returns an array of Peer objects.
Array of peer objects
GET /cluster/session
Returns the current cluster session token. The session token changes when the cluster re-forms. Returns404 if no active session exists.
200 OK
The current cluster session token (formatted as a timestamp integer, e.g.
20180203073000)404 Not Found
No active cluster session exists. The node may still be initializing.
Example response:
