查询智能网关专线配置
更新时间 2026-09-04 16:43:53
最近更新时间: 2026-09-04 16:43:53
接口功能介绍
查询智能网关专线配置
接口约束
输入参数名称类长度不超过64,描述类长度不超过128
URI
GET /v4/sdwan/edge-special-line/list
路径参数 无
Query参数
| 参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|---|
| edgeID | 是 | String | 智能网关ID | 2893f150-19b5-11eb-8e79-824da1059800 |
请求参数
请求头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 | Integer | 总数 | 1 | |
| currentCount | Integer | 当前页数量 | 1 | |
| result | Array of Objects | 专业配置查询 | result |
表 result
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| userWay | String | 设备分类 | 主用设备 | |
| serialNumber | String | 盒子SN | CTCC21168210800yzh8 | |
| lineType | String | 本参数表示专线类型 取值范围: dhcp:DHCP static:静态 | static | |
| lineStatus | String | 本参数表示链路状态 取值范围: processing:使用中 completed:已完成 | processing | |
| IPAddress | String | ip地址 | 192.168.0.0/24 | |
| subMask | String | 子网掩码 | 255.255.255.0 |
枚举参数
无
请求示例
请求url
无
请求头header
无
请求体body
无
响应示例
{
"statusCode": 800,
"returnObj": {
"result": [
{
"userWay": "主用设备",
"serialNumber": "CTCC21168210800yzh8",
"lineType": "static",
"lineStatus": "completed",
"IPAddress": "192.168.0.0/24",
"subMask": "255.255.255.0"
}
],
"totalCount": 1,
"currentCount": 1
},
"errorCode": "",
"message": "",
"description": "",
"error": ""
}
状态码
请参考 状态码
错误码
请参考 错误码