Skip to main content

GET – Network Interface Collection

Dependence

  1. It displays the collection of network interface resource instances available in the system.

  2. These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.

Request

GET https://{{ip}}/redfish/v1/Systems/Self/NetworkInterfaces
Content-Type: application/json

Response

Please refer to Collection Properties for the JSON response property.

Response example

{
"@odata.context": "/redfish/v1/$metadata#NetworkInterfaceCollection.NetworkInterfaceCollection",
"@odata.etag": "\"1619183398\"",
"@odata.id": "/redfish/v1/Systems/Self/NetworkInterfaces",
"@odata.type": "#NetworkInterfaceCollection.NetworkInterfaceCollection",
"Description": "The Collection for Network Interfaces",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/Self/NetworkInterfaces/DevType7_NIC2"
},
{
"@odata.id": "/redfish/v1/Systems/Self/NetworkInterfaces/DevType7_NIC0"
},
{
"@odata.id": "/redfish/v1/Systems/Self/NetworkInterfaces/DevType7_NIC1"
},
{
"@odata.id": "/redfish/v1/Systems/Self/NetworkInterfaces/DevType7_NIC3"
}
],
"Members@odata.count": 4,
"Name": "NetworkInterface Collection"
}