Modifies the time range for the given Maintenance Blackout

Request

PUT https://{hostname}:{port}
    /cli/calendar/maintenanceBlackout?{parameters}
Accept: application/json
A date cannot be modified if it has already occurred.
Table 1. Request parameters
Parameter Type Required Description
id string true The id of the Maintenance Blackout to cancel.
startDate string false The date the maintenance blackout starts. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional)
endDate string false The date the maintenance blackout ends. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional)
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: updateMaintenanceBlackout.