GET – I/O Board or PCIe riser properties
Use the GET method to retrieve I/O Board or PCIe riser properties for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/{IO_Board|Rear_IO_Riser|PCIe_Riser_{SN}}
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Description | String | This resource is used to represent a I/O Board or PCIe riser for a Redfish implementation. | |||
Id | String | IO_Board or Rear_IO_Riser or PCIe_Riser_{SN} | |||
Name | String | IO Board or Rear IO Riser or PCIe Riser | |||
ChassisType | String | “Module” if IO_Board or Rear_IO_Riser. “Card” if PCIe_Riser_{SN}. | |||
Manufacturer | String | The manufacturer of this I/O Board or PCIe riser. | |||
PartNumber | String | The part number of the I/O Board or PCIe riser. | |||
SerialNumber | String | The serial number of the I/O Board or PCIe riser. | |||
Status | Object | Expanded. | |||
Health | String | OK | |||
State | String | Enabled |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.etag": "\"2DA516E4\"",
"@odata.id": "/redfish/v1/Chassis/IO_Board",
"@odata.type": "#Chassis.v1_21_0.Chassis",
"ChassisType": "Module",
"Description": "This resource is used to represent vpd data of IO Board for a Redfish implementation.",
"Id": "IO_Board",
"Manufacturer": "LNVO",
"Name": "SCM_Board",
"Oem": {
...
}
},
"PartNumber": "STA7B99215",
"SerialNumber": "L1HF48X0035"
}
Give documentation feedback