Skip to content

接口描述

获取节点状态信息

请求路径

GET /v1/ant/<nodeID>/status

请求参数

名称类型位置必须描述
Authorizationstringheader鉴权 token
nodeIDstringpath节点 ID

返回值

名称类型描述
nodeIDstring节点 ID
stagestring节点业务阶段
  • bound:待审核
  • waitAudit:交付中
  • auditFailed:验收未通过
  • inService:服务中
  • offline:已下线
  • repelled:已清退
statusstring节点网络状态
  • online:在线
  • outline:离线
netBenchStatusstring网络压测状态
  • todo:任务未开始
  • doing:任务进行中
  • done:任务已完成
  • timeout:任务超时
  • failed:任务失败
acceptanceRejectReasonstring节点验收未通过的原因
remarkstring备注

请求示例

json

返回值示例

json
正常请求:
  http code 200
{
  "nodeID": "5f1e9dc7f9537d6b370xx010",
  "stage": "audit",
  "status": "online",
  "netBenchStatus": "done",
  "remark": "remark"
}

异常请求:
  http code 4xx/5xx
{
  "code": 4000001,
  "desc": ""
}

错误码列表

错误码描述
401鉴权失败
4000002节点未查找到

如接口返回错误码未列举,可在错误码总览中查找