Read Cluster Node Interface
Returns detailed information about the specified interface. Interface information includes MTU, broadcast and host IP addresses, link and admin status, MAC address, network mask, and the IP configuration method (static or DHCP).
node-id
interface-id
Data source type.
OK
{
"admin_status": "string",
"backing_nsx_managed": false,
"connected_switch": "string",
"connected_switch_type": "string",
"device": "string",
"dpu_alias": "string",
"dpu_backed": false,
"dpu_id": "string",
"driver": "string",
"ens_capable": false,
"ens_enabled": false,
"ens_interrupt_capable": false,
"ens_interrupt_enabled": false,
"host_managed": false,
"interface_alias": [
{
"broadcast_address": "string",
"ip6_address": [
"string"
],
"ip_address": "string",
"ip_configuration": "string",
"netmask": "string",
"physical_address": "string"
}
],
"interface_id": "string",
"interface_type": "string",
"interface_uuid": "string",
"key": "string",
"link_status": "string",
"lport_attachment_id": "string",
"mtu": 0,
"pci": "string",
"source": "string",
"speed": "number",
"state": "string"
}
Interface administration status
Indicates whether backing of VIRTUAL network interface is managed by NSX
Connected switch
Type of switch associated with the interface.
Device name.
Specifies the Data processing unit dpu alias(device alias) if the interface is backed by a DPU.
If interface is backed by data processing unit (DPU) and state of DPU is MANAGED, then this property is true.
Data processing unit ID if the interface is backed by a DPU.
Driver name.
Interface capability for Enhanced Networking Stack
Indicates whether interface is enabled for Enhanced Networking Stack
This boolean property describes if network interface is capable for Enhanced Networking Stack interrupt
This boolean property describes if network interface is enabled for Enhanced Networking Stack interrupt
Indicates whether interface is managed by the host
IP Alias
Interface ID
Interface Type
UUID of the interface
Device key.
Interface administration status
LPort Attachment Id assigned to VIRTUAL network interface of a node
Interface MTU
PCI device.
Source of status data
Interface speed in Mbps.
This property shows the current state of virtual tunnel end point (VTEP). If not in NORMAL state, then overlay workloads using this TEP will face network outage. In those cases, check if TEP has valid IP or any other underlay connectivity issues, and enable TEP HA to failover workloads to other healthy TEPs. Note that MAINTENANCE state is triggered by user and TEP will be disabled.
Not Found
curl -H 'Authorization: <value>' https://{api_host}/api/v1/cluster/nodes/{node-id}/network/interfaces/{interface-id}