getMaintenanceBlackouts#

Returns a list of all Maintenance Blackouts that start or end within the specified range. If no range is provided then all Maintenance Blackouts will be returned

Format#

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

Parameters#

Parameter Type Required Description
rangeStart string false Start time of the search range. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional) If rangeStart is provided then rangeEnd must also be provided
rangeEnd string false End time of the search range. In the format MM-dd-yyyy-HH:mm or in milliseconds since the UNIX epoch time. (Optional)

Related REST command: Get a list of all maintenance blackouts.

Parent topic: CLI Commands