v1
latestOpenAPI 3.1.02026-08-06360288.3 KBIncidents
Create Historic Incident
Create a historic incident.
post/incident/history/create
Headers
x-api-idstring required
x-api-keystring required
Request body
Example request
{
"all_infrastructure_affected": "0",
"current_status": 300,
"incident_details_resolve": "This issue has been resolved. The connection errors were caused by a failing node that was not automatically removed from the cluster. All systems are now operating normally.",
"incident_details_start": "We are investigating API connection errors affecting our service endpoints. Some API requests may experience delays or timeouts.",
"incident_end_date": "05/01/2015",
"incident_end_time": "03:15",
"incident_name": "API Service Disruption",
"incident_start_date": "05/01/2015",
"incident_start_time": "03:00",
"infrastructure_affected": [
"53d746c0383cd493cf00001a-53d746c0383cd493cf00001b",
"53d746c0383cd493cf00001a-53d746c8383cd493cf00001e"
],
"statuspage_id": "52e5e0e0893548543700000b"
}Response
OK
Example response
{
"result": "52e5e0e3290548543700000b",
"status": {
"error": "no",
"message": "OK"
}
}