From d5655d361b8c68d2b9234e1fba766ac41a5d96b6 Mon Sep 17 00:00:00 2001 From: Mike Lewis <76072290+mikeCRL@users.noreply.github.com> Date: Wed, 15 Apr 2026 15:07:26 -0400 Subject: [PATCH] Clarify that the /nodes API endpoint applies to Advanced clusters only --- src/current/cockroachcloud/cloud-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/current/cockroachcloud/cloud-api.md b/src/current/cockroachcloud/cloud-api.md index fab1da8fa1a..0d955d2bdcf 100644 --- a/src/current/cockroachcloud/cloud-api.md +++ b/src/current/cockroachcloud/cloud-api.md @@ -422,7 +422,7 @@ If the request is successful, the API returns detailed information about the clu For details about returned fields, refer to the [response example and schema](https://www.cockroachlabs.com/docs/api/cloud/v1#post-/api/v1/clusters) in the API reference. -## Get information about a cluster's nodes +## Get information about a CockroachDB Advanced cluster's nodes To retrieve information about a cluster's nodes, including the node status, make a `GET` request to the `/v1/clusters/{cluster_id}/nodes` endpoint. @@ -1188,4 +1188,4 @@ curl --request GET \ "deferral_policy": "DEFERRAL_60_DAYS", "deferred_until": "2025-12-15T00:00:00Z" } -~~~ \ No newline at end of file +~~~