Technical White Paper

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.3.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:
wsman get http://schemas.dmtf.org/wbem/wscim/1/cimschema/
2/root/dcim/DCIM_LifecycleJob?InstanceID=[INSTANCEID]
-h $IPADDRESS -V -v -c dummy.cert -P 443
-u $USERNAME -p $PASSWORD -j utf-8 -y basic
OUTPUT:
<n1:DCIM_LifecycleJob>
<n1:InstanceID>JID_001300831170</n1:InstanceID>
<n1:JobStartTime>00000101000000</n1:JobStartTime>
<n1:JobStatus>Restore In Progress</n1:JobStatus>
<n1:JobUntilTime>TIME_NA</n1:JobUntilTime>
<n1:Message>Collecting Lifecycle Controller Firmware
images </n1:Message>
<n1:MessageID>BAR081</n1:MessageID>
<n1:Name>Restore:Image</n1:Name>
<n1:PercentComplete>30</n1:PercentComplete>
</n1:DCIM_LifecycleJob>
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
Completed-Restore process has completed with no issues