Skip to main content
GET
cURL

Authorizations

X-Cockroach-API-Session
string
header
required

Token for logged-in REST session. Use /login/ to log in and get a session token. For additional information, see cockroachlabs.com/docs/stable/cluster-api.

Query Parameters

node_id
integer

ID of node to query, or local for local node. If unspecified, all nodes are queried.

limit
integer

Maximum number of results to return in this call.

start
string

Continuation token for results after a past limited run.

Response

200 - application/json

Hot ranges response.

next
string

Continuation token for the next paginated call. Use as the start parameter.

ranges_by_node_id
object
response_error
object[]