GET – Collection of PCIe Devices
Use the GET method to retrieve properties in PCIeDevice collection for Redfish service.
Request URL
GET https://<BMC_IPADDR>/redfish/v1/Chassis/1/PCIeDevices
Request body
None
Response body
Field | Type | Description | |||
---|---|---|---|---|---|
Name | String | PCIeDevicesCollection | |||
Members | Array | Items: A reference link to an element of PCIeDevices. | |||
Description | String | A collection of PCIeDevice resource instances. |
Status code
HTTP Status Code | Error Message ID |
---|---|
500 | InternalError |
Example
The following example JSON response is returned:
{
"@odata.etag": "\"9F6E877D\"",
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices",
"@odata.type": "#PCIeDeviceCollection.PCIeDeviceCollection",
"Description": "Collection of PCIe Devices",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot8_0xc60000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot3_0xb0000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot14_0xb40000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot4_0x330000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot5_0x460000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot7_0x8b0000"
},
{
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/slot6_0xa20000"
}
],
"Members@odata.count": 7,
"Name": "PCIe Device Collection"
}
Give documentation feedback