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 {Segment-BUS-Device-Function} for property id (for example {0-24-0-1}).
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//PCIeDevices//PCIeFunctions/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction",
"@odata.etag": "W/\"gen-5\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-100-2/PCIeFunctions/0-100-2-0",
"@odata.type": "#PCIeFunction.v1_6_0.PCIeFunction",
"BusNumber": "0x64",
"ClassCode": "0x000006",
"Description": "Turin PCIe Dummy Host Bridge",
"DeviceClass": "Bridge",
"DeviceId": "0x153d",
"DeviceNumber": "0x02",
"Enabled": true,
"FunctionId": 0,
"FunctionNumber": "0x0",
"FunctionProtocol": "PCIe",
"FunctionType": "Physical",
"Id": "0-100-2-0",
"Links": {
"Drives": [],
"Drives@odata.count": 0,
"MemoryDomains": [],
"MemoryDomains@odata.count": 0,
"PCIeDevice": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-100-2"
}
},
"Name": "Turin PCIe Dummy Host Bridge",
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellChassisPCIeFunction.DellChassisPCIeFunction",
"@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction",
"DellPCIeFunction": {
"DataBusWidth": "Unknown",
"Id": "HostBridge.Embedded.6-2",
"LastSystemInventoryTime": "2025-12-03T07:37:49+00:00",
"LastUpdateTime": "1999-12-31T18:35:49+00:00",
"SlotLength": "Unknown",
"SlotType": "Unknown"
}
}
},
"RevisionId": "0x00",
"SegmentNumber": "0x0000",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"SubsystemId": "0x0000",
"SubsystemVendorId": "0x0000",
"VendorId": "0x1022"
}