White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
199 
OUTPUT: 
RestoreImage_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_LifecycleJob  
SelectorSet 
 Selector: InstanceID = JID_001293618214, __cimnamespace = root/dcim 
ReturnValue = 4096 
The response contains a reference to the job class that will provide the status of the operation.  
The return value is 4096 which indicates that the method operation is not yet complete. 
18.2.4  Monitoring Import Status  
Restore process may take up to 60 minutes depending on host system configuration. To monitor the 
backup status, get the instance of the corresponding job. 
Replace [INSTANCE ID] with the actual jobid from Section 18.2.1, 18.2.2, or 18.2.3. 
EXAMPLE: 
winrm get http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_LifecycleJob  
?InstanceID=[INSTANCE ID]  
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman:443 -SkipCNCheck -SkipCACHeck 
-a:basic -encoding:utf-8 
OUTPUT: 
DCIM_LifecycleJob 
 InstanceID = JID_001293618214 
 JobStartTime = 00000101000000 
 JobStatus = Restore In Progress 
 JobUntilTime = TIME_NA 
 Message = Restoring Lifecycle Controller Firmware images 
 MessageID = BAR081 
 Name = Restore:Image 
 PercentComplete = 20 
The status may be one of the following: 
  Ready for Restore - Request has been received 
  Restore In Progress - Restore process is currently in process 
  Failed - Problem with the restore process, check message for more information 










