Incidents and Events REST Endpoints

Incidents and Events
APIs to search, view details and perform actions on Incidents and Events.
Clear an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/clear
Find incident by ID
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}
Get a list of incidents
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents
Get details of an event
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/events/{eventId}
Get member events for the incident
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/events
List of annotations for the incident
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/annotations
Suppress an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/suppress
UnSuppress an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/unsuppress