Get details of Ethernet Interface instance.
External DocumentationTo learn more, visit the Dell iDRAC documentation.

Parameters

ParameterDescription
Computer System IDThe ID of the Computer System resource.
Ethernet Interface IDThe ID of the Ethernet Interface instance.

Example Output

{
	"@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
Workflow LibraryPreview this Workflow on desktop