Create a new scheduled maintenance event
Field | Type | Required | Description |
---|---|---|---|
Name |
string | ✔️ | N/A |
StartsAt |
time.Time | ✔️ | ISO8601 timestamp for the start time of the scheduled maintenance |
EndsAt |
time.Time | ✔️ | ISO8601 timestamp for the end time of the scheduled maintenance |
Summary |
*string | ➖ | N/A |
Description |
*string | ➖ | N/A |
Labels |
map[string]string | ➖ | A json object of label keys and values |
StatusPages |
[]components.PostV1ScheduledMaintenancesStatusPages | ➖ | An array of status pages to display this maintenance on |
Impacts |
[]components.PostV1ScheduledMaintenancesImpacts | ➖ | An array of impact/condition combinations |