Skip to main content

Update event (v2.3)

PUT 

/sdwan/v2.3/api/events/:event_id

Updates an event's mutable properties such as acknowledgement status and notes. Use this to acknowledge events or add operator notes.

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

Request

Responses

Event updated successfully