NSX-T Data Center REST API
Associated URIs:
API Description | API Path |
---|---|
List LLDP Neighbor Properties of Fabric NodeList 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/ |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces
|
Read LLDP Neighbor Properties of Fabric Node by Interface NameRead 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/ |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces/{interface-name}
|
List LLDP Neighbor Properties of Transport NodeList 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/ |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces
|
Read LLDP Neighbor Properties of Transport Node by Interface NameRead 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/ |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces/{interface-name}
|