White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Windows  Version: 2.1.0 
225 
 ResourceURI = http://schemas.dell.com/wbem 
 /wscim/1/cim-schema/2/DCIM_LifecycleJob 
 SelectorSet 
 Selector: InstanceID = JID_001269609760, __cimnamespace = root/dcim 
 ReturnValue = 4096 
23.8  Deleting the Pending Values for FC-DeletePendingConfiguration() 
This method is called to cancel the pending values created by the SetAttribute() and SetAttributes() 
methods. The DeletePendingConfiguration() method cancels the pending configuration changes made 
before the configuration job is created with CreateTargetedConfigJob(). This method only operates on 
the pending changes prior to CreateTargetedConfigJob() being called. After the configuration job is 
created, the pending changes can only be canceled by calling DeleteJobQueue() in the Job Control 
profile. 
Invoke CreateTargetedConfigJob() with the following parameters and syntax: 
Target: This parameter is the FQDD of the instances 
EXAMPLE: 
winrm i DeletePendingConfiguration 
http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_FCService 
?SystemCreationClassName=DCIM_ComputerSystem 
+CreationClassName=DCIM_FCService 
+SystemName=DCIM:ComputerSystem 
+Name=DCIM:FCService 
-u:[USER] -p:[PASSWORD]  
-r:https://[IPADDRESS]/wsman -SkipCNcheck -SkipCAcheck  
-encoding:utf-8 -a:basic -file:Delete_Pending_fc.xml 
The input file Delete_Pending_fc.xml is shown below: 
<p:DeletePendingConfiguration_INPUT xmlns:p="http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_FCService"> 
 <p:Target>FC.Slot.2-2</p:Target> 
</p:DeletePendingConfiguration_INPUT> 
OUTPUT: 
DeletePendingConfiguration_OUTPUT 
 Message = The command was successful 
 MessageID = FC001 
 ReturnValue = 0 
 ReturnValue = 4096 
23.9  Listing the FC Views 
Enumerate FCView class ith the following parameters and syntax: 
EXAMPLE: 
winrm e http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_FCView  










