查找跨账号可授权站点信息
更新时间 2026-09-04 13:58:14
最近更新时间: 2026-09-04 13:58:14
接口功能介绍
查找跨账号可授权站点信息
接口约束
输入参数名称类长度不超过64,描述类长度不超过128pageNo和pageSize从1开始,不能小于1
URI
GET /v4/sdwan/auth-cross-edge/list
路径参数 无
Query参数
| 参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|---|
| pageNo | 否 | Integer | 页码 | 1 | |
| pageSize | 否 | Integer | 每页记录数目 | 10 | |
| search | 否 | String | 模糊查询 | edge | |
| projectID | 否 | String | 企业项目 | 0 |
请求参数
请求头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
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| result | Array of Objects | 查询可授权站点信息 | result | |
| totalCount | Integer | 总数 | ||
| currentCount | Integer | 当前页数量 | 1 |
表 result
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| edgeID | String | 站点ID | e0beeef2-c952-11ed-9c19-525400af7402 | |
| edgeName | String | 站点名称 | edge-openapi-001 |
枚举参数
无
请求示例
请求url
无
请求头header
无
请求体body
无
响应示例
{
"statusCode": 800,
"errorCode": "",
"message": "",
"description": "",
"error": "",
"returnObj": {
"result": [
{
"edgeID": "e0beeef2-c952-11ed-9c19-525400af7402",
"edgeName": "edge-openai-001"
}
],
"totalCount": 1,
"currentCount": 1
}
}
状态码
请参考 状态码
错误码
请参考 错误码