查询智能企业网关设备LAN口配置ShowEquipmentLanInfo
接口说明
查询智能企业网关设备LAN口配置
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/intelligent-enterprise-gateway/{ieg_id}/equipment/{equipment_id}/lan-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
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
lan_interfaces
|
Array of EquipmentLanItem objects | 否 |
设备LAN口配置列表 |
200 lan_interfaces
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
interface_name
|
string | 是 |
接口名字 |
interface_type
|
string | 是 |
接口类型 |
vlan_id
|
integer | 否 |
VlanID |
ip_address
|
string | 是 |
IPv4地址 |
dhcp
|
boolean | 是 |
DHCP开关 |
start_ip_address
|
string | 否 |
DHCP地址池起始IP地址 |
end_ip_address
|
string | 否 |
DHCP地址池结束IP地址 |
lease_time
|
integer | 否 |
地址租期(分钟) |
post_to_cloud
|
boolean | 是 |
发布到 企业连接 网络 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"lan_interfaces": [
{
"interface_name": "GigabitEthernet0/0/1",
"interface_type": "l3 main interface",
"vlan_id": null,
"ip_address": "192.168.10.1/24",
"dhcp": true,
"start_ip_address": "192.168.10.1",
"end_ip_address": "192.168.10.254",
"lease_time": 0,
"post_to_cloud": true
},
{
"interface_name": "Vlanif1",
"interface_type": "vlan interface",
"vlan_id": 1,
"ip_address": "192.168.8.2/24",
"dhcp": true,
"start_ip_address": null,
"end_ip_address": null,
"lease_time": null,
"post_to_cloud": false
}
]
}
"lan_interfaces": [
{
"interface_name": "GigabitEthernet0/0/1",
"interface_type": "l3 main interface",
"vlan_id": null,
"ip_address": "192.168.10.1/24",
"dhcp": true,
"start_ip_address": "192.168.10.1",
"end_ip_address": "192.168.10.254",
"lease_time": 0,
"post_to_cloud": true
},
{
"interface_name": "Vlanif1",
"interface_type": "vlan interface",
"vlan_id": 1,
"ip_address": "192.168.8.2/24",
"dhcp": true,
"start_ip_address": null,
"end_ip_address": null,
"lease_time": null,
"post_to_cloud": false
}
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明。