This section explains how to use the
qq replication_add_blackout_window
command.Description
Add a blackout window to the specified source replication relationship.
Usage
qq replication_add_blackout_window [-h] --id ID --start-time START_TIME --end-time END_TIME --days-of-week DAYS_OF_WEEK
Flags
Flag Name | Required | Description |
---|---|---|
--id
|
Yes | Unique identifier of the source replication relationship. |
--start-time
|
Yes | The 24 hour time of day start time for the blackout window (e.g. 15:30). Time is always in the timezone configured on the specified source replication relationship. |
--end-time
|
Yes | The 24 hour time of day end time for the blackout window (e.g. 18:30) -- on the following day if earlier than the --start-time parameter. |
--days-of-week
|
Yes | Days of the week the window applies to. Comma separated list (e.g. MON,TUE,WED,THU,FRI,SAT,SUN) or ALL. |