White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
252 
created, the pending changes can only be canceled by calling DeleteJobQueue() in the Job Control 
profile. 
Invoke DeletePendingConfiguration() with the following parameters and syntax: 
Target: This parameter is the FQDD of the instances 
EXAMPLE: 
wsman invoke -a 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 -h $IPADDRESS -V -v -c dummy.cert -P 443  
-u $USERNAME -p $PASSWORD 
-J Delete_Pending_fcc.xml -j utf-8 -y basic 
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: 
<n1:DeletePendingConfiguration_OUTPUT> 
 <n1:Message>The command was successful</n1:Message> 
 <n1:MessageID>FC001</n1:MessageID> 
 <n1:ReturnValue>0</n1:ReturnValue> 
</n1:DeletePendingConfiguration_OUTPUT> 
23.9  Listing the FC Views 
Enumerate FCView class ith the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/root/dcim/DCIM_FCView 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
 <n1:DCIM_FCView> 
 <n1:Bus>2</n1:Bus> 










