The collection of NetworkDeviceFunction resource instances.
Privilege: Login
NOTE: In the subsequent iDRAC releases, the above resource may move under systems with the URI pattern
/redfish/v1/Systems/{ComputerSystemId}/NetworkAdapters/{NetworkAdapterId}/NetworkDeviceFunctions.
NOTE: LinksOEM property is yet to release from DMTF, therefore, it is not supported in the current release.
username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Chassis//NetworkAdapters//NetworkDeviceFunctions' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions",
"@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"Description": "Collection Of Network Device Function entities",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.1-1-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Embedded.1/NetworkDeviceFunctions/NIC.Embedded.2-1-1"
}
],
"Members@odata.count": 2,
"Name": "Network Device Function Collection"
}