The PCIeFunction schema describes the properties of a PCIe function that is attached to a system.
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}/PCIeFunction/{PCIeFunctionId}'
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//PCIeDevices//PCIeFunctions/' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeFunction.PCIeFunction",
"@odata.etag": "\"1690383978\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24/PCIeFunctions/0-24-0",
"@odata.type": "#PCIeFunction.v1_5_0.PCIeFunction",
"ClassCode": "0x000001",
"Description": "Intel Corporation",
"DeviceClass": "MassStorageController",
"DeviceId": "0x1bf2",
"Enabled": true,
"FunctionId": 0,
"FunctionType": "Physical",
"Id": "0-24-0",
"Links": {
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1/Drives/Disk.Direct.0-0:AHCI.Embedded.1-1"
}
],
"Drives@odata.count": 1,
"EthernetInterfaces": [],
"EthernetInterfaces@odata.count": 0,
"PCIeDevice": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24"
},
"StorageControllers": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/AHCI.Embedded.1-1#/StorageControllers/0"
}
],
"StorageControllers@odata.count": 1
},
"Name": "Intel Corporation",
"Oem": {
"Dell": {
"@odata.type": "#DellChassisPCIeFunction.v1_1_0.DellPCIeFunction",
"DellPCIeFunction": {
"DataBusWidth": "Unknown",
"Id": "AHCI.Embedded.1-1",
"LastSystemInventoryTime": "2023-07-26T09:05:08+00:00",
"LastUpdateTime": "2023-04-18T12:07:30+00:00",
"SlotLength": "Unknown",
"SlotType": "Unknown"
}
}
},
"RevisionId": "0x11",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"SubsystemId": "0x0a8a",
"SubsystemVendorId": "0x1028",
"VendorId": "0x8086"
}