Skip to main content

Update Event Details (v2.3)

PUT 

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

Update event details.

Request

Path Parameters

    tenant_id stringrequired

    The tenant ID.

    event_id stringrequired

    The event ID.

Body

    acknowledged boolean

    If event is acknowledged. Value = True/False.

    acknowledgement_info string

    If acknowledged event information.

    cleared boolean

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

    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

    The details of the hub cluster ID.

    hub_cluster_id 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 string
    policyrule_id string
    policyset_id string
    priority string

    The event priority.

    severity string

    The event severity level.

    site_id string

    The site ID.

    suppressed string

    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 string
    time string

    The time and date when the event occurred.

    type string

    The event type.

Responses

Successful Operation

Schema
    acknowledged boolean

    If event is acknowledged. Value = True/False.

    acknowledgement_info string

    If acknowledged event information.

    cleared boolean

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

    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

    The details of the hub cluster ID.

    hub_cluster_id 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 string
    policyrule_id string
    policyset_id string
    priority string

    The event priority.

    severity string

    The event severity level.

    site_id string

    The site ID.

    suppressed string

    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 string
    time string

    The time and date when the event occurred.

    type string

    The event type.

Loading...