Skip to main content

Get Event Summary (v2.0)

POST 

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

Get all the event summaries.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

Body

    clients string[]
    element_cluster_role string

    Possible values: [HUB, SPOKE, NONE]

    end_time string
    group_by string[]

    Possible values: [priority, code, tenant]

    query object
    code string[]
    type string[]

    Possible values: [alarm, alert]

    start_time string

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...