-
Notifications
You must be signed in to change notification settings - Fork 51
Description
Hi
Usually MAC address is available in NetworkDeviceFunction object. However, in my system NetworkDeviceFunction collection has no members:
curl -k https:/redfish/v1/Chassis/1/NetworkAdapters/slot-1/NetworkDeviceFunctions
{
"Name": "NetworkDeviceFunctionCollection",
"Description": "A collection of NetworkDeviceFunction resource instances.",
"@odata.etag": ""33e203339f0e2428c37"",
"@odata.id": "/redfish/v1/Chassis/1/NetworkAdapters/slot-1/NetworkDeviceFunctions",
"Members@odata.count": 0,
"Members": [],
"@odata.type": "#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection",
"@odata.context": "/redfish/v1/$metadata#NetworkDeviceFunctionCollection.NetworkDeviceFunctionCollection"
}
Why is it so? Is there any other way to find the Mac address set to a network port?
Thanks
Jasmeer