Web Services Interface Guide

111 Dell Lifecycle Controller Web Services Interface Guide for Windows
SelectorSet
Selector: InstanceID = DCIM_OSDConcreteJob:1,
__cimnamespace = root/dcim
ReturnValue = 4096
The following error message is a caused by a typo in the WinRM input. Careful attention must be paid to
the input capitalization of the attributes.
WSManFault
Message = The WinRM client cannot process the request. The destination computer
returned an empty response to the request.
Error number: -2144108299 0x803380F5
The WinRM client cannot process the request. The destination computer returned
an empty response to the request.
11.3.7 Detach Network ISO USB Device
This method is used to detach the emulated USB device that had been attached by previously calling the
BootToNetworkISO() method.
Invoke DetachISOImage() with the following syntax:
EXAMPLE:
winrm i DetachISOImage cimv2/root/dcim/DCIM_OSDeploymentService
?CreationClassName=DCIM_OSDeploymentService +Name=DCIM:OSDeploymentService
+SystemCreationClassName=DCIM_ComputerSystem +SystemName=DCIM:ComputerSystem
-u:[USER] -p:[PASSWORD] -r:https://[IPADDRESS]/wsman:443 -encoding:utf-8 -
a:basic
OUTPUT:
The method will return 0 for success or an integer for error or job in execution. An error such as the
following can occur if an ISO image is not attached.
DetachISOImage_OUTPUT
Message = ISO image is not attached
MessageID = OSD32
ReturnValue = 2