PCIeFunction resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//PCIeDevices//PCIeFunctions' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#PCIeFunctionCollection.PCIeFunctionCollection",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24/PCIeFunctions",
"@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection",
"Description": "Collection of PCIeFunctions",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/0-24/PCIeFunctions/0-24-0"
}
],
"Members@odata.count": 1,
"Name": "PCIeFunction Collection"
}