Modify time range for a given maintenance blackout#

This command modifies the time range for the given maintenance blackout. A date cannot be modified if it has already occurred.

Request#

PUT https://{hostname}:{port}
    /cli/calendar/maintenanceBlackout?{parameters}
Accept: application/json

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)
Parameter Type Required Description
Accept application/json true  

Related CLI command: updateMaintenanceBlackout.

Parent topic: calendar resource