v1

latestOpenAPI 3.0.02026-07-17135.0 KB
Cluster

Get cluster nodes

Returns status information for all nodes in the cluster.

get/nodes

Response

Node list

Example response

{
  "nodes": [
    {
      "address": "localhost:26257",
      "build_tag": "v24.1.0",
      "liveness_status": "LIVE",
      "node_id": 1,
      "sql_address": "localhost:26257"
    }
  ]
}
All 1 operations