查询智能企业网关设备WAN口配置ShowEquipmentWanInfo
接口说明
查询智能企业网关设备WAN口配置
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/intelligent-enterprise-gateway/{ieg_id}/equipment/{equipment_id}/wan-interface
请求参数
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ieg_id
|
string | path | 是 |
智能企业网关ID |
equipment_id
|
string | path | 是 |
智能企业网关设备ID |
返回参数
返回码: 200
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
wan_interfaces
|
Array of EquipmentWanItem objects | 否 |
设备WAN口配置列表 |
200 wan_interfaces
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
interface_name
|
string | 是 |
接口名字 |
ip_type
|
string | 否 |
IP类型 |
ip_address
|
string | 否 |
IPv4地址 |
gateway_ip_address
|
string | 否 |
网关IP |
uplink_bandwidth_size
|
integer | 否 |
最大上行带宽 |
priority
|
string | 是 |
优先级 |
nat_outbound
|
boolean | 否 |
是否使能本地上网 |
tunnel_bandwidth_size
|
integer | 否 |
最大上云带宽 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"wan_interfaces": [
{
"interface_name": "GigabitEthernet0/0/8",
"ip_type": "static",
"ip_address": "10.113.210.113/24",
"gateway_ip_address": "10.113.210.1",
"uplink_bandwidth_size": 10,
"priority": "Active",
"nat_outbound": false,
"tunnel_bandwidth_size": 10
}
]
}
"wan_interfaces": [
{
"interface_name": "GigabitEthernet0/0/8",
"ip_type": "static",
"ip_address": "10.113.210.113/24",
"gateway_ip_address": "10.113.210.1",
"uplink_bandwidth_size": 10,
"priority": "Active",
"nat_outbound": false,
"tunnel_bandwidth_size": 10
}
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明。