Maintenance API
You can list, get, create, update, delete maintenances via our API. Maintenances let you inform your customers prior to the change that will/might impact them.
List Maintenances
Headers
Name
Type
Description
{
"customerId": "b81b5166-7a8f-4046-9cd6-482cd7ecb032",
"maintenances": [
{
"customerId": "b81b5166-7a8f-4046-9cd6-482cd7ecb032",
"id": "5e910045-7272-4562-bef5-0eddf32a1c8d",
"name": "We will update our login mechanism",
"message": "We will switch to another provider. During this transition, we expect to observe intermittent login failures.",
"plannedStartTime": "2021-04-03T21:19:00.791Z",
"plannedEndTime": "2021-04-03T21:24:00.791Z",
"affectedComponents": [
{
"componentId": "29db6fd6-9d5d-4c8c-8cc7-e072f3e08f67"
}
],
"sendNotification": true,
"internal": false
}
]
}Get Maintenance
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Create Maintenance
Headers
Name
Type
Description
Request Body
Name
Type
Description
Update Maintenance
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Delete Maintenance
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated