White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
196 
In-Correct Example:  ShareName=”/folder1/subfolder”;ImageName=”image_name” 
OUTPUT: 
BackupImage_OUTPUT 
 Job 
 Address = http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous 
ReferenceParameters 
 ResourceURI = http://schemas.dell.com/wbem/wscim/1/cimschema/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.1.4  Monitoring Export status 
Backup process may take up to 30 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.1.1, 18.1.2, or 18.1.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 = Backup In Progress 
 JobUntilTime = TIME_NA 
 Message = Collecting Lifecycle Controller Firmware images 
 MessageID = BAR063 
 Name = Backup:Image 
 PercentComplete = 50 
The status may be one of the following: 
  Ready for Backup - Request is received 
  Backup In Progress - Backup process is currently in process 
  Failed - Problem with the backup process, check message for more information  
  Completed - Backup process is complete with no issues 










