Skip to main content

GET – Ethernet Interface Collection

Request

GET https://{{ip}}/redfish/v1/Managers/{{manager_instance}}/EthernetInterfaces
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

{
"@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection",
"@odata.etag": "\"947030781\"",
"@odata.id": "/redfish/v1/Managers/Self/EthernetInterfaces",
"@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection",
"Description": "Collection of Ethernet Interfaces for this Manager",
"Members": [
{
"@odata.id": "/redfish/v1/Managers/Self/EthernetInterfaces/usb0"
},
{
"@odata.id": "/redfish/v1/Managers/Self/EthernetInterfaces/eth1"
},
{
"@odata.id": "/redfish/v1/Managers/Self/EthernetInterfaces/eth0"
},
{
"@odata.id": "/redfish/v1/Managers/Self/EthernetInterfaces/bond0"
}
],
"Members@odata.count": 4,
"Name": "Ethernet Network Interface Collection"
}