查询智能企业网关设备列表ListEquipments
接口说明
根据智能企业网关ID,查询智能企业网关设备列表
URL
GET https://ec.myhuaweicloud.com/v1/{domain_id}/ent erp rise-connect/intelligent-enterprise-gateway/{ieg_id}/equipment
请求参数
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ieg_id
|
string | path | 是 |
智能企业网关ID |
返回参数
返回码: 200
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
equipments
|
Array of EquipmentItem objects | 否 |
设备基本信息列表 |
200 equipments
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
id
|
string | 否 |
智能企业网关设备ID |
ieg_id
|
string | 否 |
智能企业网关ID |
esn
|
string | 否 |
esn |
name
|
string | 否 |
设备名字 |
type
|
string | 否 |
设备类型 |
ha_type
|
string | 否 |
高可用类型 |
version
|
string | 否 |
设备软件版本 |
active_at
|
string | 否 |
激活时间 |
go_live_at
|
string | 否 |
上线时间 |
start_up_at
|
string | 否 |
设备启动时间 |
cloud_access_status
|
string | 否 |
VPN状态 |
status
|
string | 否 |
状态 |
返回码: 400
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
返回示例
返回码:200
查询成功
示例 1
{
"equipments": [
{
"id": "c56dcc7a-3a15-4fec-9f73-e937036cee1a",
"ieg_id": "1eaf21ea-0c25-4634-80bc-764a49253dad",
"esn": "21500104832SN6500002",
"name": "ieg-active-e38a",
"type": "standard",
"ha_type": "Active",
"version": "V300R019C13SPC200",
"active_at": "2023-06-15T11:54:09.365Z",
"go_live_at": "2023-07-11T09:22:04.747Z",
"start_up_at": "2023-07-11T09:13:19Z",
"cloud_access_status": "NORMAL",
"status": "ONLINE"
}
]
}
"equipments": [
{
"id": "c56dcc7a-3a15-4fec-9f73-e937036cee1a",
"ieg_id": "1eaf21ea-0c25-4634-80bc-764a49253dad",
"esn": "21500104832SN6500002",
"name": "ieg-active-e38a",
"type": "standard",
"ha_type": "Active",
"version": "V300R019C13SPC200",
"active_at": "2023-06-15T11:54:09.365Z",
"go_live_at": "2023-07-11T09:22:04.747Z",
"start_up_at": "2023-07-11T09:13:19Z",
"cloud_access_status": "NORMAL",
"status": "ONLINE"
}
]
}
SDK
点击 企业连接 (EC) SDK, 下载SDK或查看SDK文档。SDK的安装、认证方式等在SDK文档中对应语言类型的【使用】目录下。
错误码
请参考 错误码说明。