跳转到主要内容
GET
/
v1
/
cluster
/
circuit
/
local
获取本地熔断快照
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": {}
}

Documentation Index

Fetch the complete documentation index at: https://arc.sdjz.wiki/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

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

响应

本地熔断快照

node_id
string
必填
ts_ms
integer<int64>
必填
open_until_ms
object
必填