Skip to main content
GET
/
v1
/
cluster
/
circuit
/
local
Get local circuit-breaker snapshot
curl --request GET \
  --url http://127.0.0.1:22100/v1/cluster/circuit/local \
  --header 'Authorization: Bearer <token>'
{
  "node_id": "<string>",
  "ts_ms": 123,
  "open_until_ms": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Local circuit snapshot

node_id
string
required
ts_ms
integer<int64>
required
open_until_ms
object
required