White Papers
Dell™ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
55 
8.3  Get Power Control Capabilites 
8.3.1  Base Server Method 
The power control capabilities are reported by the RequestedStatesSupported property of the 
CIM_EnabledLogicalElementCapabilities class associated with the main system CIM_ComputerSystem 
class. 
Base Server Profile: 
http://www.dmtf.org/sites/default/files/standards/documents/DSP1004_1.0.1.pdf  
In “Part A” enumerate the CIM_ElementCapabilities class and search for the 
DCIM_CSElementCapabilities reference. Use the resulting InstanceID in “Part B” to obtain the 
RequestedStatesSupported property. 
EXAMPLE (Part A): 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cimschema/2/CIM_ElementCapabilities 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD 
-j utf-8 -y basic 
OUTPUT (Part A): 
. 
. 
. 
<n1:DCIM_CSElementCapabilities> 
 <n1:Capabilities> 
<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_CSEnabledLogicalElementCapabilities</wsman:ResourceURI> 
 <wsman:SelectorSet> 
 <wsman:Selector Name="InstanceID">DCIM:ComputerCap:1</wsman:Selector> 
 <wsman:Selector Name="__cimnamespace">root/dcim</wsman:Selector> 
 </wsman:SelectorSet> 
 </wsa:ReferenceParameters> 
 </n1:Capabilities> 
 <n1:Characteristics xsi:nil="true"/> 
 <n1:ManagedElement> 
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous</wsa:Address> 
 <wsa:ReferenceParameters> 










