Reference Guide

221 Lifecycle Controller Web Services Interface Guide for Linux
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/cimschema/2/root/dcim/DCI
M_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>
<n1:PossibleStates>Lower Non-Critical</n1:PossibleStates>
<n1:PossibleStates>Lower Critical</n1:PossibleStates>
<n1:PrimaryStatus>1</n1:PrimaryStatus>
<n1:RateUnits>0</n1:RateUnits>
<n1:RequestedState>12</n1:RequestedState>
<n1:Resolution>1</n1:Resolution>
<n1:SensorType>13</n1:SensorType>
<n1:SettableThresholds xsi:nil="true"/>
<n1:SupportedThresholds xsi:nil="true"/>
<n1:SystemCreationClassName>DCIM_ComputerSystem</n1:SystemCreationClassName
>
<n1:SystemName>srv:System</n1:SystemName>
<n1:TransitioningToState>12</n1:TransitioningToState>
<n1:UnitModifier>-1</n1:UnitModifier>