PCIeDevice schema describes the properties of a PCIe device that is attached to a system. It also describes the location, such as a slot, socket, or bay, where a unit can be installed, by populating a resource instance with an absent state if a unit is not present.Important Notes: Response for a Get operation for PCIe device will not report Part number or Model for any entry. For SerialNumber, the value may or may not be displayed depending on the type of PCIe device. Executing GET on the above URI for network devices may not display the firmware information of the card. For firmware information, execute GET on the other ports of the same card.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//PCIeDevices/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice",
"@odata.etag": "1762426892",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24",
"@odata.type": "#PCIeDevice.v1_14_0.PCIeDevice",
"AssetTag": null,
"Description": "Intel Corporation",
"DeviceType": "SingleFunction",
"FirmwareVersion": "7.4.0-0000",
"Id": "0-24",
"Links": {
"Chassis": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"Chassis@odata.count": 1,
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [],
"CPUAffinity@odata.count": 0
}
},
"PCIeFunctions": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24/PCIeFunctions/0-24-0"
}
],
"PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.",
"PCIeFunctions@odata.count": 1
},
"Manufacturer": "Intel Corporation",
"Model": null,
"Name": "Intel Corporation",
"PCIeFunctions": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24/PCIeFunctions"
},
"PartNumber": null,
"SKU": null,
"SerialNumber": null,
"Slot": {},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
}
}