Cancel a maintenance blackout series event
Cancels a single event in the series for a recurring maintenance blackout. (REST API method)
Request
POST https://{hostname}:{port}
/cli/calendar/cancelMaintenanceBlackoutSeriesEvent?{parameters}
| Parameter | Type | Required | Description |
|---|---|---|---|
| series | string | true | ID of the series |
| event | string | true | ID of the event |
| scheduled | string | true | Scheduled date of the event (its start date) |
Related CLI command: cancelMaintenanceBlackoutSeriesEvent.