Skip to main content

Get all Events (v2.3)

GET 

/v2.3/api/tenants/:tenant_id/events/:event_id

Get all the events.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    event_id stringrequired

    The event ID.

Responses

Successful Operation

Schema
    _created_on_utc date-time

    The event created time and date.

    _etag integer

    The etag.

    _status_code integer

    The event status code.

    _updated_on_utc date-time

    The event updated time and date.

    code string

    The event code.

    correlation_id string

    The event correlation ID.

    element_id string

    The element ID.

    entity_ref string

    The event reference.

    id string
    info object
    process_name string
    notes string

    The event notes.

    policy_info object

    The event policy information; time the policy was applied, policy rule ID, and policy set ID.

    policy_applied_time date-time
    policyrule_id string
    policyset_id string
    priority string

    The event priority.

    severity string

    The event severity level.

    site_id string

    The site ID.

    suppressed boolean

    If the event is suppressed. Value = True/False.

    suppressed_info object

    Information on the suppressed event - event ID, suppressed time, summary event IDs etc.

    event_ids string[]
    other_reasons string[]
    summary_event_ids string[]
    suppressed_time date-time
    time date-time

    The time and date when the event occurred.

    type string

    The event type.

Loading...