DM-
SV01 Server ● BMC User Manual ● Rev. 2.1
65
Function
Inventory - Mainboard
Operation
GET
URI
https://<BMC_IP>/redfish/v1/Chassis/motherboard
Payload
none
Header
X-Auth-
Token: “<token>”
Expected
response
200 OK
Reply
Please, see the example below.
As an example, the excerpt below shows the data provided by the DM-SV01 motherboard using the
redfish GET request. The user can check relevant information such as indicator LED status, part
number, serial number, power state, system health status, etc.
{
"@odata.id": "/redfish/v1/Chassis/motherboard",
"@odata.type": "#Chassis.v1_10_0.Chassis",
"ChassisType": "RackMount",
"Id": "motherboard",
"IndicatorLED": "Off",
"Links": {
"ComputerSystems": [
{
"@odata.id": "/redfish/v1/Systems/system"
}
],
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/bmc"
}
]
},
"Manufacturer": "Datacom",
"Model": "DM-SV01 - Mainboard",
"Name": "motherboard",
"PCIeDevices": {
"@odata.id": "/redfish/v1/Systems/system/PCIeDevices"
},
"PartNumber": "750.0525.61",
"Power": {
"@odata.id": "/redfish/v1/Chassis/motherboard/Power"