Suppress an incident

post

https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/suppress

Suppresses a single incident matching the ID

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Suppression request payload
Show Source
  • Minimum Length: 1
    Maximum Length: 4000
    Description for suppression action
    Example: Actively looking into the incident
  • Allowed Values: [ "MANUALLY_UNSUPPRESSED", "INCIDENT_CLOSES", "INCIDENT_SEVERITY_CHANGES", "AFTER_A_DAY", "AFTER_A_WEEK", "AFTER_DATE" ]
    Supression types - Manually unsuppress, Incident closes, Incident severity changes, After a day, After a week, After a given date
    Example: AFTER_A_DAY
  • Time to end the supression
    Example: 2021-05-25T13:41:32.230Z
Back to Top

Response

Supported Media Types

204 Response

Successful operation with no payload

400 Response

Bad Request
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

401 Response

Unauthorized
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

404 Response

Not Found
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source

503 Response

Service Unavailable
Body ()
Root Schema : ErrorResponse
Type: object
Error response
Show Source
Back to Top