White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
206 
winrm g 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 -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic  
The input parameter is the InstanceID from the output of the ApplyAttributes() method. An example 
InstanceID is as follows: InstanceID = JID_001293705757 
OUTPUT:   
 DCIM_LifecycleJob 
 InstanceID = JID_001293705757 
 JobStartTime = TIME_NA 
 JobStatus = Completed 
 JobUntilTime = TIME_NA 
 Message = NA 
 MessageID = NA 
 Name = iDRACConfig:iDRAC.Embedded.1 
 PercentComplete = 100   
19.4.3  Set Attribute Verification 
To verify the changes made to the attributes, enumerate the DCIM_iDRACCardEnumeration class. For 
more information, see Section 19.1.  
OUTPUT #2: 
DCIM_iDRACCardEnumeration 
 AttributeDisplayName = Nic Enable 
 AttributeName = Enable 
 CurrentValue = Enabled 
 DefaultValue = Enabled 
 Dependency = null 
 DisplayOrder = 0 
 FQDD = iDRAC.Embedded.1 
 GroupDisplayName = NIC 
 GroupID = NIC.1 
 InstanceID = iDRAC.Embedded.1#NIC.1#Enable 
 IsReadOnly = false 
 PossibleValues = Disabled, Enabled 
DCIM_iDRACCardEnumeration 
 AttributeDisplayName = Virtual Media Attached 
 AttributeName = Attached 
 CurrentValue = Attached 
 DefaultValue = Detached 
 Dependency = null 
 DisplayOrder = 0 
 FQDD = iDRAC.Embedded.1 
 GroupDisplayName = VirtualMedia 
 GroupID = VirtualMedia.1 
 InstanceID = iDRAC.Embedded.1#VirtualMedia.1#Attached 










