GetWanInfo
更新时间:2024-12-10 11:03:08
PDF
获取 SD-WAN 资源信息详情。
请求参数
Parameter name | Type | Description | Required |
---|---|---|---|
resources.n |
String |
资源 ID |
Yes |
info_type |
String |
信息类型 |
Yes |
除上述请求参数外,还包含公共参数。
返回数据
Name | Type | Description |
---|---|---|
action |
String |
响应动作 |
wan_info |
Dict |
JSON 格式的资源信息详情 |
ret_code |
Integer |
执行成功与否,0 表示成功,其他值则为错误代码 |
mobile_imsi |
String |
IMSI |
mobile_apn |
String |
APN |
mobile_iface_name |
String |
接口名称 |
mobile_provider |
String |
运营商 |
mobile_flow |
Integer |
当月使用流量 |
请求示例
https://api.qingcloud.com/iaas/?action=GetWanInfo
&resources.1=wacc-nzgqtn8b
&info_type=cpe_mobile_info
&zone=pek3a
&COMMON_PARAMS
返回示例
{
"action": "GetWanInfoResponse",
"wan_info": {
"wacc-nzgqtn8b": {
"wcpe-gw0l5d9u": {
"mobile_imsi": "460019236208998",
"mobile_apn": "3GNET",
"mobile_iface_name": "ppp99",
"mobile_provider": "CHN-UNICOM",
"mobile_flow": 1898576838
}
}
},
"ret_code": 0
}