云监控服务 CES-查询主机配置数据:响应消息

时间:2024-04-26 17:13:15

响应消息

  • 响应参数
    表2 响应参数

    名称

    参数类型

    说明

    datapoints

    Array of objects

    配置信息列表。如果不存在对应的配置信息,则datapoints为空数组[]。

    详细参数请参见表3

    表3 datapoints字段数据结构说明

    名称

    参数类型

    说明

    type

    String

    事件类型,例如instance_host_info。

    timestamp

    Long

    事件上报时间,UNIX时间戳,单位毫秒。

    value

    String

    主机配置信息。

  • 响应样例
    {
        "datapoints": [
            {
                "type": "instance_host_info",
                "timestamp": 1450231200000,
                "value": "xxx"
            },
            {
                "type": "instance_host_info",
                "timestamp": 1450231800000,
                "value": "xxx"
            }
        ]
    }
support.huaweicloud.com/api-ces/ces_03_0035.html