System Administration > Configuration > Fabric > Nodes > LLDP

Read LLDP Neighbor Properties of Fabric Node by Interface Name

Read LLDP Neighbor Properties for a specific interface of Fabric Node

Request:

Method:
GET
URI Path(s):
/api/v1/lldp/fabric-nodes/<fabric-node-id>/interfaces/<interface-name>
Request Headers:
n/a
Query Parameters:
n/a
Request Body:
n/a

Example Request:

GET https://<nsx-mgr>/api/v1/lldp/fabric-nodes/ed4d2f98-4373-4d67-9706-5ec3af7fcba1/interfaces/vmnic1

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
InterfaceNeighborProperties+

Example Response:

{ "neighbors": [ { "mgmt_addr": "192.168.1.2", "capabilities": "Bridge, Router", "system_name": "vpodswitch.corp.local", "name": "Gi1/22", "system_desc": "unknown", "port_desc": "GigabitEthernet1/22", "enabled_capabilities": "Bridge, Router", "mac": "68:ef:bd:4e:98:55" } ], "name": "vmnic1", "mac": "54:9f:35:0b:d0:86", "_schema": "/v1/schema/InterfaceNeighborProperties" }

Required Permissions:

read

Feature:

tools_lldp

Additional Errors: