PatchingJob - removeQNumbersFromExcludeListForDevices
PatchingJob - removeQNumbersFromExcludeListForDevices
Description :
This command removes given QNumbers from 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 remove given QNumber from exclude list for given device.
Script
blcli PatchingJob removeQNumbersFromExcludeListForDevices QNUMBER DEVICE_NAME
Example
The following command will remove given list of QNumbers from exclude list for given list of devices.
Script
blcli PatchingJob removeQNumbersFromExcludeListForDevices "QNUMBER1, QNUMBER2" "DEVICE_NAME1, DEVICE_NAME2"
Was this page helpful? Yes No
Submitting...
Thank you
Comments