The NetworkAdapter schema represents a physical network adapter capable of connecting to a computer network. Examples include but are not limited to Ethernet, Fibre Channel, and converged network adapters.
Privilege: Login
NOTE: When GET method is performed on the NetworkAdapter instance while SNAPI state is enabled for the InfiniBand network controller, then Redfish may display two members for the same controller instead of one and the second member may display null value for all the properties.
** NOTE**: For modular systems, Redfish may not display the Manufacturer, Model, Serial Number, and Part Number properties for FC based adapters.
X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Chassis//NetworkAdapters/' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#NetworkAdapter.NetworkAdapter",
"@odata.etag": "W/\"gen-24\"",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10",
"@odata.type": "#NetworkAdapter.v1_12_1.NetworkAdapter",
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Assembly"
},
"Controllers": [
{
"ControllerCapabilities": {
"DataCenterBridging": {
"Capable": true
},
"NPAR": {
"NparCapable": true,
"NparEnabled": false
},
"NPIV": {
"MaxDeviceLogins": 0,
"MaxPortLogins": null
},
"NetworkDeviceFunctionCount": 4,
"NetworkPortCount": 4,
"VirtualizationOffload": {
"SRIOV": {
"SRIOVVEPACapable": true
},
"VirtualFunction": {
"DeviceMaxCount": 128,
"MinAssignmentGroupSize": null,
"NetworkPortMaxCount": 32
}
}
},
"FirmwarePackageVersion": "22.61.10.77",
"Links": {
"NetworkDeviceFunctions": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkDeviceFunctions/NIC.Slot.10-3-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkDeviceFunctions/NIC.Slot.10-4-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkDeviceFunctions/NIC.Slot.10-2-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkDeviceFunctions/NIC.Slot.10-1-1"
}
],
"NetworkDeviceFunctions@odata.count": 4,
"NetworkPorts": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkPorts/NIC.Slot.10-2"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkPorts/NIC.Slot.10-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkPorts/NIC.Slot.10-4"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkPorts/NIC.Slot.10-3"
}
],
"NetworkPorts@odata.count": 4,
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellNetworkAdapter.DellNetworkAdapter",
"@odata.type": "#DellNetworkAdapter.v1_3_0.ControllerLinks",
"CPUAffinity": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors/CPU.Socket.1"
}
],
"CPUAffinity@odata.count": 1
}
},
"Ports": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Ports/NIC.Slot.10-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Ports/NIC.Slot.10-2"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Ports/NIC.Slot.10-3"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Ports/NIC.Slot.10-4"
}
],
"Ports@odata.count": 4
}
}
],
"Controllers@odata.count": 1,
"Description": "Network Adapter View",
"EnvironmentMetrics": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/EnvironmentMetrics"
},
"Id": "NIC.Slot.10",
"Manufacturer": "DELL",
"Model": "BRCM 4P 25G SFP 57504S OCP NIC",
"Name": "Network Adapter View",
"NetworkDeviceFunctions": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkDeviceFunctions"
},
"NetworkPorts": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/NetworkPorts"
},
"NetworkPorts@Redfish.Deprecated": "Please migrate to use /redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/{NetworkAdaptersId}/Ports",
"Oem": {
"Dell": {
"@odata.context": "/redfish/v1/$metadata#DellNetworkAdapter.DellNetworkAdapter",
"@odata.type": "#DellNetworkAdapter.v1_3_0.DellNetworkAdapter",
"PLDMMonitoringEnabled": true
}
},
"PartNumber": "03Y64D",
"Ports": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/NetworkAdapters/NIC.Slot.10/Ports"
},
"SerialNumber": "VNFCBBA49R09NE",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
}
}