Planned maintenances
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
Successful response
Unauthorized
Not found
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
pm_id parameter
Successful response
Unauthorized
Not found
{
"title": "planned maintenance title",
"desc": "Write a message to your subscribers.",
"startDate": "10/03/2023",
"endDate": "13/03/2023",
"startTime": "10:00",
"endTime": "05:00",
"notify": true,
"components": ["{{ _.component_id }}"],
"notifyNow": true,
"notifyOnEnd": true,
"reminders": [
{
"time": 2,
"unit": "days"
}
]
}* ALL THE TIMESTAMPS SHOULD BE IN UTC
Params:
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
{
"title": "planned maintenance title",
"desc": "Write a message to your subscribers.",
"startDate": "10/03/2023",
"endDate": "13/03/2023",
"startTime": "10:00",
"endTime": "05:00",
"notify": true,
"components": ["{{ _.component_id }}"],
"notifyNow": true,
"notifyOnEnd": true,
"reminders": [
{
"time": 2,
"unit": "days"
}
]
}* ALL THE TIMESTAMPS SHOULD BE IN UTC
Params:
Your API key. You can find this in your Spike dashboard under Settings > API.
status_page_id parameter
pm_id parameter
Successful response
Bad request
Unauthorized
Not found
Last updated