Incident Entry API
After you create an incident with an initial entry, you can add/update/delete entries of an existing incident.
Last updated
After you create an incident with an initial entry, you can add/update/delete entries of an existing incident.
Last updated
GET
https://api.statusentry.com/v1/incidents/:incidentID/entries
This endpoint allows you to get entries for the specified incident.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
GET
https://api.statusentry.com/v1/incidents/:incidentID/entries/:entryID
This endpoint allows you to get specific incident entry.
POST
https://api.statusentry.com/v1/incidents/:incidentID/entries
This endpoint allows you to add new incident entry.
PUT
https://api.statusentry.com/v1/incidents/:incidentID/entries/:entryID
This endpoint allows you to update a specific incident entry.
DELETE
https://api.statusentry.com/v1/incidents/:incidentID/entries/:entryID
This endpoint allows you to delete specific incident entry.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
incidentID
string
ID of the incident
Authorization
string
Authorization Token
entryID
string
ID of the incident entry
incidentID
string
ID of the incident
Authorization
string
Authorization Token
incidentID
string
ID of the incident
Authorization
string
Authorization Token
sendNotification
boolean
Set if subscribers should be notified for this update. Default is true.
affectedComponents
object
Affected components. Fields: componentId, componentStatus (operational, degraded_performance, partial_outage, major_outage, under_maintenance)
incidentStatus
string
Status of the incident Available values: investigating, identified, monitoring, resolved
date
integer
Epoch time in milliseconds for this update
message
string
Incident update message
entryID
string
ID of the incident entry
incidentID
string
ID of the incident
Authorization
string
Authorization Token
sendNotification
boolean
Set if the subscribers should be notified for this update. Default is true.
affectedComponents
object
Affected components. Fields: componentId, componentStatus (operational, degraded_performance, partial_outage, major_outage, under_maintenance)
incidentStatus
string
Status of the incident. Available values: investigating, identified, monitoring, resolved
date
integer
Epoch time in milliseconds for this update
message
string
Incident update message
entryID
string
ID of the incident entry
incidentID
string
ID of the incident
Authorization
string
Authorization Token