Skip to main content

Get Event Summary (v2.0)

POST 

/v2.0/api/tenants/:tenant_id/events/summary

Get all the event summaries.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

    element_cluster_role string

    Possible values: [HUB, SPOKE, NONE]

    The element cluster role.

    end_time string

    The event end time.

    group_by string[]

    Possible values: [priority, code, tenant]

    The event grouping.

    query object

    The query details of event code and type.

    code string[]
    type string[]

    Possible values: [alarm, alert]

    start_time string

    The event start time.

Responses

Successful Operation

Schema
    oneOf
    _status_code integer

    The status code of the event.

    count integer

    The event count.

    data object[]

    The details of the event code, priority, and tenant IDs.

  • Array [
  • code string
    priority string
    tenant_ids string
  • ]
  • type string

    Possible values: [alarm, alert]

    The event type.

Loading...