GET – PCIe Device Collection
Dependence
It displays the collection of PCI Express devices are available in the Chassis.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request
GET https://{{ip}}/redfish/v1/Chassis/Self/PCIeDevices
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@odata.context": "/redfish/v1/$metadata#PCIeDeviceCollection.PCIeDeviceCollection",
"@odata.etag": "\"1578890351\"",
"@odata.id": "/redfish/v1/Chassis/Self/PCIeDevices",
"@odata.type": "#PCIeDeviceCollection.PCIeDeviceCollection",
"Description": "The Collection of PCIeDevices",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/Self/PCIeDevices/00_01_00"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/PCIeDevices/00_C1_00"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/PCIeDevices/00_C2_00"
}
],
"Members@odata.count": 3,
"Name": "PCIeDevice Collection"
}
Give documentation feedback