查找跨账号被授权站点信息
更新时间 2026-09-04 13:57:35
最近更新时间: 2026-09-04 13:57:35
接口功能介绍
查找跨账号被授权站点信息
接口约束
输入参数名称类长度不超过64,描述类长度不超过128pageNo和pageSize从1开始,不能小于1
URI
GET /v4/sdwan/auth-cross-accept-edge/list
路径参数 无
Query参数
| 参数 | 是否必填 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|---|
| pageNo | 否 | Integer | 页码 | 1 | |
| pageSize | 否 | Integer | 每页记录数目 | 10 | |
| 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 | String | 总数 | 1 | |
| currentCount | String | 当前页数量 | 1 |
表 result
| 参数 | 参数类型 | 说明 | 示例 | 下级对象 |
|---|---|---|---|---|
| edgeID | String | 站点ID | e0beeef2-c952-11ed-9c19-525400af7402 | |
| edgeName | String | 站点名称 | edge-openapi-001 | |
| sdwanID | String | sdwan id | 1266efd2-5827-11ee-ba6e-525400af7402 | |
| sdwanName | String | sdwan名称 | dwan-001 | |
| grantCustomerEmail | String | 授权方账号邮箱 | openapiuser@qq.com | |
| grantCustomerID | String | 授权方账号ID | 19bf37bb87cc4c86aa2542b06b4fa032 | |
| grantTime | String | 授权时间 | 2023-09-21 11: 43: 01 |
枚举参数
无
请求示例
请求url
无
请求头header
无
请求体body
无
响应示例
{
"statusCode": 800,
"errorCode": "",
"message": "",
"description": "",
"error": "",
"returnObj": {
"result": [
{
"edgeID": "e0beeef2-c952-11ed-9c19-525400af7402",
"edgeName": "edge-openapi-001",
"sdwanID": "1266efd2-5827-11ee-ba6e-525400af7402",
"sdwanName": "sdwan-001",
"grantCustomerEmail": "openapiuser@qq.com",
"grantCustomerID": "19bf37bb87cc4c86aa2542b06b4fa032",
"grantTime": "2023-09-21 11: 43: 01"
}
],
"totalCount": 1,
"currentCount": 1
}
}
状态码
请参考 状态码
错误码
请参考 错误码