> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get System Ethernet Interface

Get details of Ethernet Interface instance.

<Note>
  External Documentation

  To learn more, visit the [Dell iDRAC documentation](https://developer.dell.com/apis/2978/versions/7.xx/openapi.yaml/paths/~1redfish~1v1~1Systems~1%7BComputerSystemId%7D~1EthernetInterfaces~1%7BEthernetInterfaceId%7D/get).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter             | Description                                |
  | --------------------- | ------------------------------------------ |
  | Computer System ID    | The ID of the Computer System resource.    |
  | Ethernet Interface ID | The ID of the Ethernet Interface instance. |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "/redfish/v1/$metadata#EthernetInterface.EthernetInterface",
	"@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces/NIC.Embedded.1-1-1",
	"@odata.type": "#EthernetInterface.v1_12_1.EthernetInterface",
	"AutoNeg": true,
	"Description": "Embedded NIC 1 Port 1 Partition 1",
	"EthernetInterfaceType": "Physical",
	"FQDN": null,
	"FullDuplex": true,
	"HostName": null,
	"IPv4Addresses": [],
	"IPv4Addresses@odata.count": 0,
	"IPv6AddressPolicyTable": [],
	"IPv6AddressPolicyTable@odata.count": 0,
	"IPv6Addresses": [],
	"IPv6Addresses@odata.count": 0,
	"IPv6DefaultGateway": null,
	"IPv6StaticAddresses": [],
	"IPv6StaticAddresses@odata.count": 0,
	"Id": "NIC.Embedded.1-1-1",
	"InterfaceEnabled": true,
	"LinkStatus": "LinkUp",
	"Links": {
		"Chassis": {
			"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
		}
	},
	"MACAddress": "EC:2A:72:33:07:B8",
	"MTUSize": null,
	"MaxIPv6StaticAddresses": null,
	"Name": "System Ethernet Interface",
	"NameServers": [],
	"NameServers@odata.count": 0,
	"PermanentMACAddress": "EC:2A:72:33:07:B8",
	"SpeedMbps": 1000,
	"Status": {
		"Health": "OK",
		"State": "Enabled"
	},
	"UefiDevicePath": "PciRoot(0x0)/Pci(0xC,0x0)/Pci(0x0,0x0)",
	"VLAN": {}
}
```

## Workflow Library Example

[Get System Ethernet Interface with Dell Idrac and Send Results Via Email](https://library.blinkops.com/workflows/get-system-ethernet-interface-with-dell-idrac-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-system-ethernet-interface-with-dell-idrac-and-send-results-via-email/canvas" />
</div>
