云监控服务 CES-查询事件监控列表:URI

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

URI

GET /V1.0/{project_id}/events

  • 参数说明
    表1 参数说明

    名称

    类型

    是否必选

    说明

    project_id

    String

    项目ID。

    获取方式请参见获取项目ID

    event_type

    String

    事件类型,值为EVENT.SYS或EVENT.CUSTOM。EVENT.SYS表示系统事件,EVENT.CUSTOM表示自定义事件。

    event_name

    String

    事件名称,值为系统产生的事件名称或用户自定义上报的事件名称。

    from

    Integer

    查询数据起始时间,UNIX时间戳,单位毫秒,例如:1605952700911。

    to

    Integer

    查询数据截止时间,UNIX时间戳,单位毫秒。from必须小于to,例如:1606557500911。

    start

    Integer

    分页起始值,类型为integer,默认值为0。

    limit

    Integer

    单次查询的条数限制,取值范围(0,100],默认值为100,用于限制结果数据条数。

  • 样例
    GET https://{ 云监控 的endpoint}/V1.0/{project_id}/events
support.huaweicloud.com/api-ces/ces_03_0074.html