System Administration > Configuration > Fabric > Nodes > LLDP

List LLDP Neighbor Properties of Fabric Node

List LLDP Neighbor Properties for all interfaces of Fabric Node

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

Example Request:

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

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: