Skip to main content

GET – I/O Board, PCIe riser, or Daisy properties

Use the GET method to retrieve I/O Board, PCIe riser, or Daisy properties for Redfish service.

Request URL

GET https://<BMC_IPADDR>/redfish/v1/Chassis/{IO_Board|Rear_IO_Riser|PCIe_Riser_{SN}|Daisy}

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} or Daisy

Name

StringIO_Board or Rear_IO_Riser or PCIe_Riser_{SN} or Daisy

ChassisType

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

Manufacturer

StringThe manufacturer of this component.

PartNumber

StringThe part number of the component.

SerialNumber

StringThe serial number of the component.

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