NSX-T Data Center REST API
Associated URIs:
| API Description | API Path |
|---|---|
List LLDP Neighbor Properties of given Node |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/lldp/interfaces
|
Read LLDP Neighbor Properties of Edge Transport Node by Interface Name |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/edge-transport-nodes/{node-id}/lldp/interfaces/{interface-name}
|
List LLDP Neighbor Properties of given Node |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/lldp/interfaces
|
Read LLDP Neighbor Properties of Host Transport Node by Interface Name |
GET /policy/api/v1/infra/sites/{site-id}/enforcement-points/{enforcement-point-id}/host-transport-nodes/{node-id}/lldp/interfaces/{interface-name}
|
List LLDP Neighbor Properties of Fabric NodeList LLDP Neighbor Properties for all interfaces of Fabric Node. |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces
(Deprecated)
|
Read LLDP Neighbor Properties of Fabric Node by Interface NameRead LLDP Neighbor Properties for a specific interface of Fabric Node. |
GET /api/v1/lldp/fabric-nodes/{fabric-node-id}/interfaces/{interface-name}
(Deprecated)
|
List LLDP Neighbor Properties of Transport NodeList LLDP Neighbor Properties for all interfaces of Transport Node. |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces
(Deprecated)
|
Read LLDP Neighbor Properties of Transport Node by Interface NameRead LLDP Neighbor Properties for a specific interface of Transport Node. |
GET /api/v1/lldp/transport-nodes/{node-id}/interfaces/{interface-name}
(Deprecated)
|