NSX-T Data Center Global Manager REST API
Associated URIs:
| API Description | API Path |
|---|---|
Get Tier-0 Interface Address Resolution Protocol ProxiesReturns ARP proxy table for a tier-0 interface. Interfaces can be of types - EXTERNAL and SERVICE. Interfaces of type LOOBACK and downlink are not supported. |
GET /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-proxy
|
Get Tier-0 Interface Address Resolution Protocol Proxies in CSV formatReturns ARP proxy table for a tier-0 interface in CSV format. Interfaces can be of types - EXTERNAL and SERVICE. Interfaces of type LOOBACK and downlink are not supported. |
GET /global-manager/api/v1/global-infra/tier-0s/<tier-0-id>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-proxy?format=csv
|