{ "@odata.context": "/redfish/v1/$metadata#Systems/Links/Members/1/Links/EthernetInterfaces/Links/Members/$entity", "@odata.id": "/redfish/v1/Systems/1/EthernetInterfaces/1", "@odata.type": "#EthernetInterface.0.96.0.EthernetInterface", "Id": "1", "Name": "Ethernet Interface", "Description": "System NIC 1", "Status": { "State": "Enabled", "Health": "OK" }, "FactoryMacAddress": "AA:BB:CC:DD:EE:FF", "MacAddress": "AA:BB:CC:DD:EE:FF", "SpeedMbps": 100, "FullDuplex": true, "HostName": "web483", "FQDN": "web483.redfishspecification.org", "IPv6DefaultGateway": "fe80::3ed9:2bff:fe34:600", "NameServers": [ "names.redfishspecification.org" ], "IPv4Addresses": [ { "Address": "192.168.0.10", "SubnetMask": "255.255.252.0", "AddressOrigin": "Static", "Gateway": "192.168.0.1" } ], "IPv6Addresses": [ { "Address": "fe80::1ec1:deff:fe6f:1e24", "PrefixLength": 64, "AddressOrigin": "Static", "AddressState": "Preferred" } ], "Links": { "VLANs": { "@odata.id": "/redfish/v1/Systems/1/EthernetInterfaces/1/VLANs" }, "Oem": {} } }