PatchingJob - addQNumbersToExcludeListForDevices
PatchingJob - addQNumbersToExcludeListForDevices
Description :
This command adds given QNumbers to exclude list for given devices.
Return type : void
Command Input :
Variable Name |
Variable Type |
Description |
---|---|---|
qNumbers |
String |
Comma separated list of QNumbers |
serverNames |
String |
Comma separated list of server names |
Examples :
Example
The following command will add given QNumber to exclude list for given device.
Script
blcli PatchingJob addQNumbersToExcludeListForDevices QNUMBER DEVICE_NAME
Example
The following command will add given list of QNumbers to exclude list for given list of devices.
Script
blcli PatchingJob addQNumbersToExcludeListForDevices "QNUMBER1, QNUMBER2" "DEVICE_NAME1, DEVICE_NAME2"
Was this page helpful? Yes No
Submitting...
Thank you
Comments