Incident API
You can list, get, create update and delete incidents using our API.
Last updated
You can list, get, create update and delete incidents using our API.
Last updated
GET
https://api.statusentry.com/v1/incidents
This endpoint allows you to get your incidents.
Name | Type | Description |
---|---|---|
GET
https://api.statusentry.com/v1/incidents/:id
This endpoint allows you to retrieve specific incident.
POST
https://api.statusentry.com/v1/incidents
This endpoint allows you to create new incident.
An incident entry request object takes following parameters:
DELETE
https://api.statusentry.com/v1/incidents/:id
This endpoint allows you to delete an incident.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
Authorization token
id
string
Incident ID
Authorization
string
Authorization Token
Authorization
string
Authorization Token
entry
object
Incident details
incidentImpact
string
Impact of the incident. Default value: "none" Possible values: "none", "minor", "major", "critical"
incidentStatus
string
Current status of the incident. Possible values: "investigating", "identified", "monitoring", "resolved"
name
string
Incident message
id
string
Incident ID
Authorization
string
Authorization Token