Skip to main content

Update event (v2.4)

PUT 

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

Updates an event's mutable properties. This version includes flap event details in the response for events with flapping behavior.

Updatable Fields:

  • acknowledged - Set to true to acknowledge the event
  • notes - Add operator notes or comments
  • cleared - Mark event as cleared

Read-only Fields (cannot be updated):

  • id, code, type, severity, priority, time
  • site_id, element_id, entity_ref, correlation_id
  • info, policy_info, suppressed, suppressed_info
  • flap_event_details - Flapping info (read-only)

Request

Responses

Event updated successfully