Incidents
Get an incident
Get an incident by ID
GET
Please be aware that the Phare API is currently in beta and is subject to change.
Authorizations
Use a user token to access authenticated routes. The token must be specified in the Authorization HTTP header with the following format 'Authorization: Bearer <token>'.
Path Parameters
ID of the incident to show
Response
200
application/json
Success, incident retrieved
Example:
1
Parent organization ID
Example:
1
Parent project ID
Example:
1
Parent uptime monitor ID
Example:
1
Incident title
Example:
"Service is not working as expected"
Incident unique slug name
Example:
"APP-123"
Available options:
unknown
, operational
, degradedPerformance
, partialOutage
, majorOutage
, maintenance
Available options:
unknown
, investigating
, identified
, monitoring
, resolved
Available options:
ongoing
, recovering
, recovered
Description of the error that caused the incident
Example:
"The server answered with an unexpected status code: 503."
Flag to exclude the incident from downtime calculations
Example:
false
Date of incident confirmation
Date of incident recovery
Date of creation for the entity
Date of last update for the entity
Was this page helpful?