ExclusionWindow - addServers
ExclusionWindow - addServers
Description :
This command adds one or more servers to an exclusion window.
The argument windowName is the handle to the exclusion window being modified.
Command Input :
Variable Name | Variable Type | Description |
---|---|---|
windowName | String | Name of the exclusion window to be updated |
serverNames | String list | Comma-separated list of the server names |
Example
The following example shows how to add servers named engrhas21agt1 and engrhas21agt2 to an exclusion window called MonthlyWindow.
Script
WINDOW_KEY=`blcli ExclusionWindow addServers MonthlyWindow engrhas21agt1,engrhas21agt2`
Was this page helpful? Yes No
Submitting...
Thank you
Comments