Two types of responses are available from the GET_POWER_READINGS command, depending on whether or not an advanced license is applied.
If an advanced license is not applied, then a typical response is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_POWER_READINGS>
<PRESENT_POWER_READING VALUE="275" UNIT="Watts"/>
<!--
Additional information is available with iLO 2 Advanced and iLO 2 Select licenses.
-->
</GET_POWER_READINGS>
</RIBCL>
cpqlocfg.exe: Script succeeded on "16.100.100.100:100"
If an advanced license is applied, a typical response is:
<?xml version="1.0"?>
<RIBCL VERSION="2.22">
<RESPONSE
STATUS="0x0000"
MESSAGE='No error'
/>
<GET_POWER_READINGS>
<PRESENT_POWER_READING VALUE="275" UNIT="Watts"/>
<AVERAGE_POWER_READING VALUE="278" UNIT="Watts"/>
<MAXIMUM_POWER_READING VALUE="283" UNIT="Watts"/>
<MINIMUM_POWER_READING VALUE="270" UNIT="Watts"/>
</GET_POWER_READINGS>
</RIBCL>