| 1 | <?xml version="1.0"?> |
| 2 | <response status="success"> |
| 3 | <result> |
| 4 | <power-supply> |
| 5 | <Slot1> |
| 6 | <entry> |
| 7 | <slot>1</slot> |
| 8 | <description>Power Supply 1</description> |
| 9 | <Inserted>True</Inserted> |
| 10 | <alarm>False</alarm> |
| 11 | </entry> |
| 12 | </Slot1> |
| 13 | </power-supply> |
| 14 | <thermal> |
| 15 | <Slot1> |
| 16 | <entry> |
| 17 | <slot>1</slot> |
| 18 | <description>Temperature Inlet</description> |
| 19 | <DegreesC>40.9</DegreesC> |
| 20 | <min>0.0</min> |
| 21 | <max>60.0</max> |
| 22 | <alarm>False</alarm> |
| 23 | </entry> |
| 24 | </Slot1> |
| 25 | </thermal> |
| 26 | <fan> |
| 27 | <Slot1> |
| 28 | <entry> |
| 29 | <slot>1</slot> |
| 30 | <description>Fan 1 RPM</description> |
| 31 | <RPMs>9157</RPMs> |
| 32 | <min>2500</min> |
| 33 | <alarm>False</alarm> |
| 34 | </entry> |
| 35 | </Slot1> |
| 36 | </fan> |
| 37 | <power> |
| 38 | <Slot1> |
| 39 | <entry> |
| 40 | <slot>1</slot> |
| 41 | <description>3.3V Power Rail</description> |
| 42 | <Volts>3.332</Volts> |
| 43 | <min>2.97</min> |
| 44 | <max>3.63</max> |
| 45 | <alarm>True</alarm> |
| 46 | </entry> |
| 47 | </Slot1> |
| 48 | </power> |
| 49 | </result> |
| 50 | </response> |