GET – Ethernet Interface Collection
Dependence
This resource shall be used to represent the collection of host side NIC resources.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request
GET https://{{ip}}redfish/v1/Systems/{{Systems_Instance}}/EthernetInterfaces
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
When the request is successful, a message body similar to the following is returned:
{
"@odata.context": "/redfish/v1/$metadata#EthernetInterfaceCollection.EthernetInterfaceCollection",
"@odata.etag": "\"1578911960\"",
"@odata.id": "/redfish/v1/Systems/Self/EthernetInterfaces",
"@odata.type": "#EthernetInterfaceCollection.EthernetInterfaceCollection",
"Description": "Collection of ethernet interfaces for this system",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/EthernetInterfaces/EthernetInterface0"
},
{
"@odata.id": "/redfish/v1/Systems/Self/EthernetInterfaces/EthernetInterface1"
},
{
"@odata.id": "/redfish/v1/Systems/Self/EthernetInterfaces/EthernetInterface2"
},
{
"@odata.id": "/redfish/v1/Systems/Self/EthernetInterfaces/EthernetInterface3"
}
],
"Members@odata.count": 4,
"Name": "Ethernet Interface Collection"
}
Give documentation feedback