GET – Network Adapter Collection
Dependence
It displays the collection of network adapter resource instances available in the system.
These resources are populated by Host Interface, and Extra AMI BIOS Support is needed.
Request
GET https://{{ip}}/redfish/v1/Chassis/Self/NetworkAdapters
Content-Type: application/json
Response
Please refer to Collection Properties for the JSON response property.
Response example
{
"@Message.ExtendedInfo": [
{
"@odata.type": "#Message.v1_0_7.Message",
"Message": "The BIOS Inventory data was partially populated
due to CONf space limitation or due to timeout between BIOS, BMC communication",
"MessageId": "Ami.1.0.InventoryDataIncomplete",
"Resolution": "Clean up Redfish/BMC data",
"Severity": "Critical"
}
],
"@odata.context": "/redfish/v1/$metadata#NetworkAdapterCollection.NetworkAdapterCollection",
"@odata.etag": "\"1619160747\"",
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters",
"@odata.type": "#NetworkAdapterCollection.NetworkAdapterCollection",
"Description": "The Collection of Network Adapters",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC2"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC1"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC0"
},
{
"@odata.id": "/redfish/v1/Chassis/Self/NetworkAdapters/DevType7_NIC3"
}
],
"Members@odata.count": 4,
"Name": "NetworkAdapter Collection"
}
Give documentation feedback