Web Services Interface Guide
117 Dell Lifecycle Controller Web Services Interface Guide for Windows
Password="[CIFS_or_NFS_Password]";Workgroup="WORKGROUP"; ImageName="[OS.ISO]"}
OUTPUT:
The return will be 0 for success or 1 if an error occurred in starting the processing the input parameters.
The MessageID and Message output parameters will further contain method invocation information if an
error occurred.
ConnectNetworkISOImage_OUTPUT
Job
Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous
ReferenceParameters
ResourceURI = http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_OSDConcreteJob
SelectorSet
Selector: InstanceID = DCIM_OSDConcreteJob:1,
__cimnamespace = root/dcim
ReturnValue = 4096
11.3.15 Disconnect Network ISO Image
This method can be used to disconnect the target system from a bootable ISO image located on a CIFS or
NFS share.
Invoke DisconnectNetworkISOImage() with the following syntax:
EXAMPLE:
winrm i DisconnectNetworkISOImage http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/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 -SkipCNCheck -SkipCACheck -encoding:utf-8 -
a:basic
OUTPUT: