Update event (v2.4)
PUT/sdwan/v2.4/api/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 eventnotes- Add operator notes or commentscleared- Mark event as cleared
Read-only Fields (cannot be updated):
id,code,type,severity,priority,timesite_id,element_id,entity_ref,correlation_idinfo,policy_info,suppressed,suppressed_infoflap_event_details- Flapping info (read-only)
Request
Responses
- 200
- 400
- 404
Event updated successfully
Invalid request
Event not found