- Cancel maintenance blackout
Cancel the given maintenance blackout. If it is a real event (synthetic=false) in a recurring, only the individual event is canceled. Synthetic events cannot be canceled with this API.
- Cancel a maintenance blackout series event
Cancels a single event in the series for a recurring maintenance blackout. (REST API method)
- Cancel a scheduled deployment series event
Cancel a single event in the series for a recurring scheduled deployment. (REST API method)
- Cancel maintenance blackout series
Cancels the entire series for a recurring maintenance blackout.
- Cancel scheduled deployment series
Cancels the entire series for a recurring scheduled deployment.
- Create maintenance blackout
Create a maintenance blackout for the given date range. The date range cannot overlap with any existing maintenance blackout date ranges.
- Modify maintenance blackout
Modifies the given maintenance blackout. A date cannot be modified if it has already occurred. For recurring blackouts, only real events (synthetic=false) can be updated. For recurring blackouts, updating the date of the real event also alters the start and duration of future events within each recurrence time interval (day, week, or month).
- Get maintenance blackout list
Returns a list of all real and synthetic maintenance blackouts that start or end within the specified range. If no range is provided then all real maintenance blackouts will be returned (synthetic blackouts are not returned as the result would be infinite).