White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
120 
 </p: ExportFactoryConfiguration_INPUT> 
OUTPUT: 
When this method is executed, a jobid or an error message is returned.  
<n1:ExportFactoryConfiguration_OUTPUT> 
 <n1:Job> 
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> 
 <wsa:ReferenceParameters> 
 <wsman:ResourceURI>http://schemas.dell.com/wbem/wscim/1/cim-
schema/2/DCIM_LifecycleJob</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">JID_001300792773</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Job> 
 <n1:ReturnValue>4096</n1:ReturnValue> 
</n1:ExportFactoryConfiguration_OUTPUT> 
12.16  System Decommission 
This method is called to delete all configurations from the Lifecycle controller before the system is 
retired. 
Invoke LCWipe() with the following parameters and syntax: 
EXAMPLE: 
wsman invoke -a LCWipe http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_LCService 
?SystemCreationClassName=DCIM_ComputerSystem, 
CreationClassName=DCIM_LCService,SystemName=DCIM:ComputerSystem, 
Name=DCIM:LCService -h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:LCWipe_OUTPUT> 
 <n1:ReturnValue>0</n1:ReturnValue> 
</n1:LCWipe_OUTPUT> 
12.17  Get Remote Services API Status 
The GetRemoteServicesAPIStatus() method is used to obtain the overall remote services API status that 
includes both the host system status as well as the remote services (Data Manager) status. The overall 
rolled up status shall be reflected in the Status output parameter. 










