Create a maintenance blackout for a given date range#

This command creates a maintenance blackout for the given date range. The date range cannot overlap with any existing maintenance blackout date ranges.

Request#

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

Parameter Type Required Description
startDate string true The date the maintenance blackout starts. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time.
endDate string true The date the maintenance blackout ends. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time.
Parameter Type Required Description
Accept application/json true  

Related CLI command: createMaintenanceBlackout.

Parent topic: calendar resource