DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
79
As an example, the excerpt below shows the data provided by the DM-SV01 motherboard using the
redfish GET request. The user can check power and voltage measurements from all the power sensors
available in the server.
{
"@odata.id": "/redfish/v1/Chassis/chassis/Power",
"@odata.type": "#Power.v1_5_2.Power",
"Id": "Power",
"Name": "Power",
"PowerControl": [
{
"@odata.id": "/redfish/v1/Chassis/chassis/Power#/PowerControl/0",
"@odata.type": "#Power.v1_0_0.PowerControl",
"MemberId": "0",
"Name": "Chassis Power Control",
"PowerConsumedWatts": 5.691853999999999,
"PowerLimit": {
"LimitException": "NoAction",
"LimitInWatts": null
},
"Status": {
"Health": "OK",
"State": "Enabled"
}
}
],
"Redundancy": [],
"Voltages": [
{
"@odata.id": "/redfish/v1/Chassis/chassis/Power#/Voltages/0",
"@odata.type": "#Power.v1_0_0.Voltage",
"LowerThresholdCritical": 10.8,
"LowerThresholdNonCritical": 11.4,
"MaxReadingRange": 0.0,
"MemberId": "POWER_SUPPLY_IN",
"MinReadingRange": 0.0,
"Name": "POWER SUPPLY IN",
"ReadingVolts": 12.255,
"Status": {
"Health": "OK",
"State": "Enabled"