获取连接信息
curl --request GET \
--url http://{host}:{port}/connections \
--header 'Authorization: Bearer <token>'{
"downloadTotal": 0,
"uploadTotal": 0,
"connections": [
{
"id": "",
"metadata": {},
"upload": 0,
"download": 0,
"start": "",
"chains": [],
"rule": "",
"rulePayload": ""
}
],
"memory": 0
}连接
获取连接信息
GET
/
connections
获取连接信息
curl --request GET \
--url http://{host}:{port}/connections \
--header 'Authorization: Bearer <token>'{
"downloadTotal": 0,
"uploadTotal": 0,
"connections": [
{
"id": "",
"metadata": {},
"upload": 0,
"download": 0,
"start": "",
"chains": [],
"rule": "",
"rulePayload": ""
}
],
"memory": 0
}最后修改于 2026年6月23日
此页面对您有帮助吗?
⌘I
