跳转到主要内容
GET
/
v1
/
cluster
/
members
列出 Gossip 集群成员
curl --request GET \
  --url http://127.0.0.1:22100/v1/cluster/members \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "address": "<string>",
    "status": "<string>",
    "config_version": 123,
    "last_seen_ms": 123
  }
]

授权

Authorization
string
header
必填

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

响应

成员列表

id
string
必填
address
string
必填
status
string
必填
config_version
integer<int64>
必填
last_seen_ms
integer<int64>
必填