NetworkInterface resource instances.username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//NetworkInterfaces' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#NetworkInterfaceCollection.NetworkInterfaceCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces",
"@odata.type": "#NetworkInterfaceCollection.NetworkInterfaceCollection",
"Description": "Collection Of Network Interface entities",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces/NIC.Embedded.1"
}
],
"Members@odata.count": 1,
"Name": "Network Interface Collection"
}