{ "opencollection": "1.0.0", "info": { "name": "CockroachDB Cloud APIKeys Nodes API", "version": "2024-09-16" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Nodes", "type": "folder" }, "items": [ { "info": { "name": "List nodes", "type": "http" }, "http": { "method": "GET", "url": "https://cockroachlabs.cloud/api/v2/nodes/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return in a single response." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip before returning data. Used for offset-based pagination." } ] }, "docs": "Returns information about all nodes in the cluster, including each node's address, build information, locality, store metrics, and operational status. Requires admin-level authentication." } ] } ], "bundled": true }