EthernetInterface resource instances.NOTE: Only device FQDDs that are associated with physical network controllers are displayed. If iSM is installed and
running, and there are only software Ethernet interfaces available on the system, a response code of 200 and an empty
collection is returned.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//EthernetInterfaces' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection",
"@odata.etag": "W/\"gen-1\"",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces",
"@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection",
"Description": "Collection of EthernetInterfaces for this Manager",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces/NIC.1"
}
],
"Members@odata.count": 1,
"Name": "Ethernet Network Interface Collection"
}