PCIeFunction resource instances.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#PCIeFunctionCollection.PCIeFunctionCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/1-108-0/PCIeFunctions",
"@odata.type": "#PCIeFunctionCollection.PCIeFunctionCollection",
"Description": "Collection of PCIeFunctions",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/PCIeDevices/1-108-0/PCIeFunctions/1-108-0-0"
}
],
"Members@odata.count": 1,
"Name": "PCIeFunction Collection"
}