Clear an incident

post

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

Clear a single incident matching the ID.

Request

Path Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Clear request payload
Show Source
  • Minimum Length: 1
    Maximum Length: 4000
    Description for clear action
    Example: Problem or Incident resolved
  • Default Value: true
    Should the notification be skipped when the entity is cleared?
    Example: true
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