updateMaintenanceBlackout

Modifies the given maintenance blackout. A date cannot be modified if it has already occurred. For recurring blackouts, only real events (synthetic=false) can be updated. For recurring blackouts, updating the date of the real event also alters the start and duration of future events within each recurrence time interval (day, week, or month).

Format

udclient [global-args...] [global-flags...]
  updateMaintenanceBlackout [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
id string true The id of the maintenance blackout to cancel.
startDate string false (Optional) 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 (Optional) The date the maintenance blackout ends. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional)
name string false (Optional) The name or description of the blackout.

Related REST command: Modify maintenance blackout.