NSX-T Data Center REST API

List LLDP Neighbor Properties of Fabric Node

List LLDP Neighbor Properties for all interfaces of Fabric Node.
This API is going to be deprecated on ESXi. For the ESXi node type, please use the below Policy API instead
/infra/sites//enforcement-points//host-transport-nodes//lldp/interfaces.

Request:

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

Successful Response:

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

Example Response:

{ "result_count": 6, "results": [ { "neighbors": [ {} ], "name": "vmnic0", "mac": "54:9f:35:0b:d0:84", "_schema": "/v1/schema/InterfaceNeighborProperties" }, { "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" }, { "neighbors": [ {} ], "name": "vmnic2", "mac": "a0:36:9f:56:c4:cc", "_schema": "/v1/schema/InterfaceNeighborProperties" }, { "neighbors": [ {} ], "name": "vmnic3", "mac": "a0:36:9f:56:c4:cd", "_schema": "/v1/schema/InterfaceNeighborProperties" }, { "neighbors": [ {} ], "name": "vmnic4", "mac": "a0:36:9f:56:c4:ce", "_schema": "/v1/schema/InterfaceNeighborProperties" }, { "neighbors": [ {} ], "name": "vmnic5", "mac": "a0:36:9f:56:c4:cf", "_schema": "/v1/schema/InterfaceNeighborProperties" } ] }

Required Permissions:

read

Feature:

tools_lldp

Additional Errors: