查询智能企业网关已配置的接口名字ListEquipmentInterfaceName
接口说明
查询智能企业网关已配置的接口名字
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/intelligent-enterprise-gateway/{ieg_id}/equipment/{equipment_id}/interface-name
请求参数
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ieg_id
|
string | path | 是 |
智能企业网关ID |
equipment_id
|
string | path | 是 |
智能企业网关设备ID |
返回参数
返回码: 200
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
interface_names
|
Array of strings | 否 |
设备接口名字列表 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"interface_names": [
"GigabitEthernet0/0/1",
"GigabitEthernet0/0/8"
]
}
"interface_names": [
"GigabitEthernet0/0/1",
"GigabitEthernet0/0/8"
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明。