The PCIeFunction schema describes the properties of a PCIe function that is attached to a system.
Privilege: Login
NOTE: Performing Get on the above URI, the response will not display the properties Bus /Device/ Function. However, their value is displayed in the format {BUS-Device-Function} for property id (for example {24-0-1}).
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//PCIeDevices//PCIeFunctions/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction",
"@odata.etag": "1762426892",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-31/PCIeFunctions/0-31-0",
"@odata.type": "#PCIeFunction.v1_6_0.PCIeFunction",
"ClassCode": "0x060100",
"Description": "Intel Corporation",
"DeviceClass": "Bridge",
"DeviceId": "0x1b81",
"Enabled": true,
"FunctionId": 0,
"FunctionType": "Physical",
"Id": "0-31-0",
"Links": {
"Drives": [],
"Drives@odata.count": 0,
"EthernetInterfaces": [],
"EthernetInterfaces@odata.count": 0,
"PCIeDevice": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-31"
},
"StorageControllers": [],
"StorageControllers@odata.count": 0
},
"Name": "Intel Corporation",
"Oem": {
"Dell": {
"@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction",
"DellPCIeFunction": {
"DataBusWidth": "Unknown",
"Id": "ISABridge.Embedded.1-1",
"LastSystemInventoryTime": "2025-10-29T04:21:26+00:00",
"LastUpdateTime": "2024-06-10T14:01:44+00:00",
"SlotLength": "Unknown",
"SlotType": "Unknown"
}
}
},
"RevisionId": "0x11",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"SubsystemId": "0x0aad",
"SubsystemVendorId": "0x1028",
"VendorId": "0x8086"
}