Update event (v2.3)
PUT/v2.3/api/tenants/:tenant_id/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 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_info
Request
Responses
- 200
- 400
- 404
Event updated successfully
Invalid request
Event not found