查询拓扑节点详情信息
更新时间 2026-09-04 16:43:10
最近更新时间: 2026-09-04 16:43:10
接口功能介绍
查询拓扑节点详情信息
接口约束
无
URI
GET /v4/sdwan/gplot-detail/list
路径参数 无
Query参数
| 参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|---|
| sdwanID | 是 | String | sdwan的id | be012e8f-ea32-4a2c-89da-7db35eedb334 | |
| edgeID | 是 | String | sdwan的id | be012e8f-ea32-4a2c-89da-7dbsddssdd |
请求参数
请求头header参数 无
请求体body参数 无
响应参数
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| statusCode | Integer | 返回状态码('800为成功,900为失败) ,默认值:800 | 800 | |
| errorCode | String | 业务细分码,为product.module.code三段式码 | ||
| message | String | 失败时的错误描述,一般为英文描述 | ||
| description | String | 失败时的错误描述,一般为中文描述 | ||
| returnObj | Object | 返回参数 | returnObj | |
| error | String | 业务细分码,为product.module.code三段式码 |
表 returnObj
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| totalCount | String | 总数量 | 1 | |
| currentCount | String | 当前页数量 | 1 | |
| result | String | 拓扑节点详细信息 | result |
表 result
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| edgeName | String | edge名称 | 中关村设备2arm | |
| status | String | 本参数表示设备状态 取值范围: online:在线 offline:下线 | online | |
| ipPrefix | Array of Strings | edge子网 ,值类型为string | ['12.3.45.5'] | |
| linkInfo | Array of Strings | edge端口 ,值类型为string | ['WAN1'] | |
| activeLink | Array of Strings | 活跃edge端口 ,值类型为string | ['WAN1'] |
枚举参数
无
请求示例
请求url
无
请求头header
无
请求体body
无
响应示例
{
"statusCode": 800,
"returnObj": {
"result": [
{
"edgeName": "中关村设备2arm",
"status": "online",
"ipPrefix": [
"12.3.45.5"
],
"linkInfo": [
"WAN1",
"LAN1"
],
"activeLink": [
"WAN1"
]
}
],
"totalCount": 1,
"currentCount": 1
},
"errorCode": "",
"error": "",
"message": "",
"description": ""
}
状态码
请参考 状态码
错误码
请参考 错误码