政企自服务管理 ESM-网络设备监控数据查询:响应
响应
- 响应参数
参数
是否必选
类型
值域
说明
device_ip
是
string
无
网络设备管理IP。
res_type
是
string
无
资源类型。
metric
是
string
无
设备指标。
region_id
是
string
无
区域编码。
value
是
string
无
指标值。
timestamp
是
string
无
时间戳。
- 响应示例
HTTP/1.1 200 OK Content-Type: application/json;charset=UTF8 { "total": 1698669, "list": [ { "device_ip": "xx.xx.xx.xx", "res_type": "2", "metric": "14", "region_id": "cn-north-7", "value": "0", "timestamp": "1726819320000" } ] }