根据智能企业网关ID,查询智能企业网关设备列表
名称 | 类型 | IN | 必选 | 描述 |
---|---|---|---|---|
X-Auth-Token
|
string | header | 否 |
header中的用户Token |
domain_id
|
string | path | 是 |
租户账号ID |
ieg_id
|
string | path | 是 |
智能企业网关ID |
查询成功
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
equipments
|
Array of EquipmentItem objects | 否 |
设备基本信息列表 |
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
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 | 否 |
状态 |
输入参数不合法
名称 | 类型 | 必选 | 描述 |
---|---|---|---|
error_code
|
string | 否 |
错误码 |
error_msg
|
string | 否 |
错误信息 |
查询成功
"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"
}
]
}