PCIeDevice resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//PCIeDevices' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeDeviceCollection.PCIeDeviceCollection",
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.SL.4-1/PCIeDevices",
"@odata.type": "#PCIeDeviceCollection.PCIeDeviceCollection",
"Description": "Collection of PCIeDevices",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.SL.4-1/PCIeDevices/35-0"
}
],
"Members@odata.count": 1,
"Name": "PCIeDevice Collection"
}