Incidents
The Bearer API key of your user more info.
an integer specifying the starting point (beginning with 0) when paging through a list of entities
0the maximum number of results when paging through a list of incidents. (Note: when using ?include maximum is reduced to 25)
10service IDs of the incident's affected services
from date, ISO-UTC e.g. 2021-05-25T21:24:56.771Z, based on reportTime
until date, ISO-UTC e.g. 2021-05-26T21:24:56.771Z, based on reportTime
The incidents
The incidents
Note: depending on affected services this will publish notifications to subscribers. Use /publish-info to forecast notifications.
The Bearer API key of your user more info.
the incident status
May be overwritten during the creation of the incident, otherwise read-only
May be overwritten during the creation of the incident, otherwise read-only
The newly created incident
The newly created incident
Forecast the affected subscribers and status pages as well as notifications that would be send out due to created or update incident.
The Bearer API key of your user more info.
the incident status
May be overwritten during the creation of the incident, otherwise read-only
May be overwritten during the creation of the incident, otherwise read-only
The forecast for the provided incident
The forecast for the provided incident
Note: returns an ETag header that can be send to the PUT /incidents/{id} resource as If-Match header to return a 412 Error in case any related resources e.g. Services or Incident have been updated in the mean time.
The Bearer API key of your user more info.
entity ID
The requested incident
The requested incident
Note: the update will be automatically appended to the incident's update history and publish notifications to subscribers.
The Bearer API key of your user more info.
entity ID
Should be the ETag response header retrieved from GET /incidents/{id} to prevent updating the incident based on outdated information. Will return 412 status code in case of conflict.
the incident status
May be overwritten during the creation of the incident, otherwise read-only
May be overwritten during the creation of the incident, otherwise read-only
The updated incident
The updated incident
The Bearer API key of your user more info.
entity ID
The subscribers of the incident
The subscribers of the incident
The Bearer API key of your user more info.
entity ID
the response
the response
No content
Last updated
Was this helpful?