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.
Last updated
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.
Last updated
GET
https://api.statusentry.com/v1/maintenances
This endpoint allows you to list all maintenances.
Name | Type | Description |
---|---|---|
GET
https://api.statusentry.com/v1/maintenances/:id
This endpoint allows you to retrieve a specific maintenance.
POST
https://api.statusentry.com/v1/maintenances
This endpoint allows you to create a new maintenance.
PUT
https://api.statusentry.com/v1/maintenances/:id
This endpoint allows you to update all of the fields of an existing maintenance.
DELETE
https://api.statusentry.com/v1/maintenances/:id
This endpoint allows you to delete a specific maintenance.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Authorization
string
Authorization Token
string
ID of the maintenance
Authorization
string
Authorization Token
Authorization
string
Authorization Token
name
string
Maintenance Name
message
string
Maintenance Message
plannedStartTime
number
Planned Maintenance Start Time (Epoch time in milliseconds)
plannedEndTime
number
Planned Maintenance Completion Time (Epoch time in milliseconds)
affectedComponents
array
Affected Component ID List
sendNotification
boolean
Should send notification
internal
boolean
Internal maintenance
id
string
Maintenance ID
Authorization
string
Authorization Token
name
string
Maintenance Name
message
string
Maintenance Message
plannedStartTime
number
Planned Maintenance Start Time (Epoch time in milliseconds)
plannedEndTime
number
Planned Maintenance Completion Time (Epoch time in milliseconds)
affectedComponents
array
Affected Component ID List
sendNotification
boolean
Should send notification
internal
boolean
Internal maintenance
string
ID of the maintenance
Authorization
string
Authorization Token