White Papers
Dellâ„¢ Lifecycle Controller 2 Web Services Interface Guide for Linux  Version: 2.1.0 
244 
22  Sensor Information 
The DCIM Sensors Profile describes the properties and interfaces for executing system management 
tasks related to the management of sensors within a system.  
Profile and Associated MOFs:  
http://www.delltechcenter.com/page/DCIM.Library.Profile 
22.1  Listing the Sensors Inventory-PSNumericSensor Class 
Enumerate the DCIM_PSNumericSensor class with the following parameters and syntax: 
EXAMPLE: 
wsman enumerate http://schemas.dmtf.org/wbem/wscim/1/cim-
schema/2/root/dcim/DCIM_PSNumericSensor 
-h $IPADDRESS -V -v -c dummy.cert -P 443 
-u $USERNAME -p $PASSWORD -j utf-8 -y basic 
OUTPUT: 
<n1:DCIM_PSNumericSensor> 
 <n1:BaseUnits>6</n1:BaseUnits> 
 <n1:CreationClassName>DCIM_PSNumericSensor 
</n1:CreationClassName> 
 <n1:CurrentReading>11</n1:CurrentReading> 
 <n1:CurrentState>Normal</n1:CurrentState> 
 <n1:Description>Power Supply Power Consumption 
</n1:Description> 
 <n1:DeviceID>iDRAC.Embedded.1#PS1Current1</n1:DeviceID> 
 <n1:ElementName>PS1 Current 1</n1:ElementName> 
 <n1:EnabledDefault>2</n1:EnabledDefault> 
 <n1:EnabledState>2</n1:EnabledState> 
 <n1:HealthState>5</n1:HealthState> 
 <n1:LowerThresholdCritical xsi:nil="true"/> 
 <n1:LowerThresholdNonCritical xsi:nil="true"/> 
 <n1:OperationalStatus>2</n1:OperationalStatus> 
 <n1:PossibleStates>Unknown</n1:PossibleStates> 
 <n1:PossibleStates>Fatal</n1:PossibleStates> 
 <n1:PossibleStates>Normal</n1:PossibleStates> 
 <n1:PossibleStates>Upper Fatal</n1:PossibleStates> 
 <n1:PossibleStates>Upper Critical</n1:PossibleStates> 
 <n1:PossibleStates>Upper Non-Critical</n1:PossibleStates> 










