Web Services Interface Guide
313 Dell Lifecycle Controller Web Services Interface Guide for Windows
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