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