NSX-T Data Center REST API
Associated URIs:
| API Description | API Path | 
|---|---|
| Get ARP table from segment interface (downlink)Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the interface (downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. | GET /policy/api/v1/infra/segments/<segment-id>/arp-table GET /policy/api/v1/global-infra/segments/<segment-id>/arp-table | 
| Get ARP table from segment interface (downlink) in CSV formatReturns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the interface (downlink) attaching segment to tier-0/tier-1 gateway, on a edge node specified in edge_path parameter. The edge_path parameter is mandatory. | GET /policy/api/v1/global-infra/segments/<segment-id>/arp-table?format=csv GET /policy/api/v1/infra/segments/<segment-id>/arp-table?format=csv | 
| Get ARP table for downlink router port on tier-0 routerThis API is deprecated because it is duplicate. Please use /infra/segments/<segment-id>/arp-table Segment ID is the ID of the segment that is connected to the the tier-0 | GET /policy/api/v1/global-infra/segments/<segment-id>/gateway-interface-arp-table
                           (Deprecated) GET /policy/api/v1/infra/segments/<segment-id>/gateway-interface-arp-table (Deprecated) | 
| Get ARP table for downlink router port on tier-0 router in CSVThis API is deprecated because it is duplicate. Please use /infra/segments/<segment-id>/arp-table?format=csv Segment ID is the ID of the segment that is connected to the the tier-0 | GET /policy/api/v1/global-infra/segments/<segment-id>/gateway-interface-arp-table?format=csv
                           (Deprecated) GET /policy/api/v1/infra/segments/<segment-id>/gateway-interface-arp-table?format=csv (Deprecated) | 
| Get ARP table from tier-0 interface in CSV formatReturns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the tier-0 interface, on a edge node if a query parameter "edge_path=<policy-edge-path>" is given. The edge_path parameter is mandatory if the interface type is not EXTERNAL. | GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table?format=csv GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table?format=csv | 
| Get ARP table from tier-0 interfaceReturns ARP table (IPv4) or Neighbor Discovery table (IPv6) for the tier-0 interface, on a edge node if a query parameter "edge_path=<policy-edge-path>" is given. The edge_path parameter is mandatory if the interface type is not EXTERNAL. | GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table GET /policy/api/v1/infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table | 
| Get tier-0 router link arp informationGet tier-0 interface arp information. | GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table GET /policy/api/v1/infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table | 
| Get ARP table from tier-0 router link interface in CSV formatReturns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format for the tier-0 router link interface, on a edge node. The edge_path parameter is mandatory if the interface type is not EXTERNAL. | GET /policy/api/v1/infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table?format=csv GET /policy/api/v1/global-infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table?format=csv | 
