主题
接口描述
获取账号下所有节点状态信息
请求路径
GET
/v1/ant/status
请求参数
名称 | 类型 | 位置 | 必须 | 描述 |
---|---|---|---|---|
Authorization | string | header | 是 | 鉴权 token |
macs | string | form | 否 | Mac 地址,多个则用","分隔 |
remark | string | form | 否 | 备注 |
page | int | form | 是 | 第几页, 从 1 开始 |
limit | int | form | 是 | 每页数量,limit最大值为100 |
返回值
名称 | 类型 | 描述 |
---|---|---|
items | []NodeBase | 节点数据 |
NodeBase
名称 | 类型 | 描述 |
---|---|---|
nodeID | string | 节点 ID |
stage | string | 节点业务阶段
|
status | string | 节点网络状态
|
netBenchStatus | string | 网络压测状态
|
acceptanceRejectReason | string | 节点验收未通过的原因 |
remark | string | 备注 |
请求示例
json
返回值示例
json
正常请求:
http code 200
{
"items": [
{
"nodeID": "5f1e9dc7f9537d6b370xx010",
"stage": "audit",
"status": "online",
"netBenchStatus": "done",
"remark": "remark"
}
]
}
异常请求:
http code 4xx/5xx
{
"code": 4000001,
"desc": ""
}
错误码列表
错误码 | 描述 |
---|---|
401 | 鉴权失败 |
如接口返回错误码未列举,可在错误码总览中查找