NSX-T Data Center Global Manager REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get downlink port Address Resolution Protocol Proxies for infra segmentReturns ARP proxy table for downlink port on connected to the segment |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/arp-proxy
|
Get downlink port Address Resolution Protocol Proxies for infra segment in CSV formatReturns ARP proxy table for downlink port on connected to the segment in CSV format |
GET /global-manager/api/v1/global-infra/segments/{segment-id}/arp-proxy?format=csv
|
Get downlink port Address Resolution Protocol Proxies for tier-1 segmentReturns ARP proxy table for downlink port on connected to the segment |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy
|
Get downlink port Address Resolution Protocol Proxies for tier-1 segment in CSVReturns ARP proxy table for downlink port on connected to the segment in CSV |
GET /global-manager/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-proxy?format=csv
|