updateMaintenanceBlackout
Modifies the time range for the given Maintenance Blackout. A date cannot be modified if it has already occurred
Format
udclient [global-args...] [global-flags...]
updateMaintenanceBlackout [parameters]
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) |
Related REST command: Modifies the time range for the given Maintenance Blackout. A date cannot be modified if it has already occurred.