NSX-T Data Center REST API

Associated URIs:

API Description API Path

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.
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces

Read LLDP Neighbor Properties of Fabric Node by Interface Name


Read LLDP Neighbor Properties for a specific interface of Fabric Node.
This API is going to be deprecated on ESXi. For the ESXi node type, please use the Policy API instead.
/infra/sites//enforcement-points//host-transport-nodes//lldp/interfaces/.
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces/{interface-name}

List LLDP Neighbor Properties of Transport Node


List LLDP Neighbor Properties for all interfaces of Transport 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.
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces

Read LLDP Neighbor Properties of Transport Node by Interface Name


Read LLDP Neighbor Properties for a specific interface of Transport 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/.
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces/{interface-name}