Find incident by ID

get

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

Get the details of the incident matching the incident ID

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation - Fetch incident details
Body ()
Root Schema : Incident
Details of an incident
Match All
Show Source
Nested Schema : IncidentSummary
Type: object
Summary of an incident
Show Source
Nested Schema : Incident-allOf[1]
Type: object
Show Source
Nested Schema : EscalationLevel
Type: object
Details of an escalation level
Show Source
Nested Schema : nonTargetEntities
Type: array
Minimum Number of Items: 0
Unique Items Required: true
Entities (jobs, etc.) other than targets which are affected by this incident
Show Source
Nested Schema : Priority
Type: object
Details of an priority
Show Source
Nested Schema : SuppressionStatus
Type: object
Details of an suppression status
Show Source
Nested Schema : targets
Type: array
Minimum Number of Items: 0
Unique Items Required: true
Targets affected by this incident
Show Source
Nested Schema : TicketSummary
Type: object
Read Only: true
Details of the ticket
Show Source
  • Read Only: true
    ID of the ticket
    Example: 51d62b6cd1384ba89aeddfa647ea1380
  • Status of the ticket
    Example: Triggered
  • Type of the ticket
    Example: TICKET
  • URL of the ticket
    Example: https://api.pagerduty.com/incidents?incident_key=F746283FHDKC
Nested Schema : SourceEntity
Type: object
Details of an source entity
Show Source
Nested Schema : schema
Type: object
Target details
Show Source
Nested Schema : DiagnosticIncidentDetails
Type: object
Details of diagnostic incident
Show Source
  • Optional execution identified (ECID) provided for Oracle Automatic Diagnostic Incidents.
  • All Oracle Automatic Diagnostic Incidents are grouped into a problem. This is the user visible identifier of the problem.
    Example: 29
  • All Oracle Automatic Diagnostic Incidents are grouped into a problem. This is the queryable identifier of the problem.
    Example: C4E06BA0653225EDE053860E4B6450BC

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