The 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.
Privilege: Login
Note: This URI has been updated to meet the latest Redfish specification based URI naming conventions. The following non-compliant URI may get deprecated in future releases. Old URI: '/redfish/v1/Systems/{ComputerSystemId}/PCIeDevice/{PCIeDeviceId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//PCIeDevices/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeDevice.PCIeDevice",
"@odata.etag": "\"1690383978\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0",
"@odata.type": "#PCIeDevice.v1_11_0.PCIeDevice",
"AssetTag": null,
"Description": "NetXtreme-E BCM57504 4x25G KR Mezz",
"DeviceType": "MultiFunction",
"FirmwareVersion": "22.00.07.60",
"Id": "106-0",
"Links": {
"Chassis": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"Chassis@odata.count": 1,
"Oem": {
"Dell": {
"@odata.type": "#DellOem.v1_3_0.DellOemLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"CPUAffinity@odata.count": 1
}
},
"PCIeFunctions": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0/PCIeFunctions/106-0-2"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0/PCIeFunctions/106-0-3"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0/PCIeFunctions/106-0-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0/PCIeFunctions/106-0-0"
}
],
"PCIeFunctions@Redfish.Deprecated": "Please migrate to PCIeFunctions property in the root resource.",
"PCIeFunctions@odata.count": 4
},
"Manufacturer": "Broadcom Inc. and subsidiaries",
"Model": "BRCM 4x25G KR 57504 Mezz",
"Name": "NetXtreme-E BCM57504 4x25G KR Mezz",
"PCIeFunctions": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/106-0/PCIeFunctions"
},
"PCIeInterface": {
"LanesInUse": 16,
"MaxLanes": 16,
"MaxPCIeType": "Gen4",
"PCIeType": "Gen4"
},
"PartNumber": "0DCWFP",
"SKU": null,
"SerialNumber": "VNFCVBA199007W",
"Slot": {
"Lanes": 16,
"Location": {
"PartLocation": {
"LocationOrdinalValue": 1,
"LocationType": "Slot"
}
},
"PCIeType": "Gen4",
"SlotType": null
},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
}
}