Status Page Incidents
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
Successful response
Unauthorized
Not found
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
incident_id parameter
Successful response
Unauthorized
Not found
{
"title": "TITLE OF THE INCIDENT 4",
"desc": "description about the incident",
"severity": "degraded-performance",
"componentStatus": [{
"id": "{{ _.component_id }}",
"status": "critical-outage"
}],
"identifiedAt": "DD/MM/YYYY",
"identifiedAtTime": "05:00"
}Params:
* ALL THE TIMESTAMPS SHOULD BE IN UTC
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
Successful response
Bad request
Unauthorized
Not found
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
incident_id parameter
Successful response
Bad request
Unauthorized
Not found
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
incident_id parameter
Successful response
Bad request
Unauthorized
Not found
Last updated