政企自服务管理 ESM-网络设备监控数据查询:响应

时间:2025-05-29 14:14:36

响应

  • 响应参数

    参数

    是否必选

    类型

    值域

    说明

    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"
    		}
    	]
    }
support.huaweicloud.com/api-esm/zh-cn_topic_0000002259802825.html