Skip to main content

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

FieldTypeDescription

Description

StringThis resource is used to represent a I/O Board or PCIe riser for a Redfish implementation.

Id

StringIO_Board or Rear_IO_Riser or PCIe_Riser_{SN}

Name

StringIO Board or Rear IO Riser or PCIe Riser

ChassisType

String“Module” if IO_Board or Rear_IO_Riser. “Card” if PCIe_Riser_{SN}.

Manufacturer

StringThe manufacturer of this I/O Board or PCIe riser.

PartNumber

StringThe part number of the I/O Board or PCIe riser.

SerialNumber

StringThe serial number of the I/O Board or PCIe riser.

Status

ObjectExpanded.
 

Health

StringOK
 

State

StringEnabled

Status code

HTTP Status CodeError Message ID
500InternalError

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"
}