NSX-T Data Center REST API
Get ARP table from segment interface (downlink)
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) for theinterface (downlink) attaching segment to tier-1 gateway, on a edge
node specified in edge_path parameter.
The edge_path parameter is mandatory.
Request:
Method:
              GET
            URI Path(s):
              
                /policy/api/v1/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
                
/policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
              
            /policy/api/v1/global-infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/tier-1s/{tier-1-id}/segments/{segment-id}/arp-table
Request Headers:
                n/a
            Query Parameters:
    ArpTableRequestParameters+
  Request Body:
    n/a
  Example Request:
GET https://<policy-mgr>/policy/api/v1/infra/tier-1s/t1/segments/web-app-seg/arp-table?enforcement_point_path=/infra/sites/default/enforcement-points/default&edge_path=/infra/sites/default/enforcement-points/default/edge-clusters/57d2c653-4d63-48d8-b188-40b4e45a9bc8/edge-nodes/2ed9af04-21c9-11e9-be65-000c2902dff7Successful Response:
Response Code:
                200 OK
              Response Headers:
                  
                  Content-type: application/json
                Response Body:
    InterfaceArpTable+