GET – Network Device Function Collection
Dependence
It displays the collection of NetworkDeviceFunction resource instances.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request URI
GET https://{{ip}}/redfish/v1/Chassis/Self/NetworkAdapters/{{NetworkAdapter_instance}}/NetworkDeviceFunctions
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@Message.ExtendedInfo": [
{
"@odata.type": "#Message.v1_0_7.Message",
"Message": "The BIOS Inventory data was partially populated due to CONf space limitation
or due to timeout between BIOS, BMC communication",
"MessageId": "Ami.1.0.InventoryDataIncomplete",
"Resolution": "Clean up Redfish/BMC data",
"Severity": "Critical"
}
],
"@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"@odata.etag": "\"1619160747\"",
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC0/NetworkDeviceFunctions",
"@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"Description": "The Collection of Network Device Functions",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC0/NetworkDeviceFunctions/
NetworkDeviceFunction0"
}
],
"Members@odata.count": 1,
"Name": "NetworkDeviceFunction Collection"
}
Give documentation feedback