createMaintenanceBlackout#

Create a Maintenance Blackout for the given date range. The date range cannot overlap with any existing Maintenance Blackout date ranges

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  createMaintenanceBlackout [parameters]

Parameters#

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.

Related REST command: Create a maintenance blackout for a given date range.

Parent topic: CLI Commands