NSX-T Data Center REST API
Get ARP table from VPC subnet (downlink) in CSV format
Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in VSCformat for the interface (downlink) attaching subnet to VPC, on a edge
node specified in edge_path parameter.
Request:
Method:
GET
URI Path(s):
/policy/api/v1/orgs/{org-id}/projects/{project-id}/vpcs/{vpc-id}/subnets/{subnet-id}/arp-table/download
Request Headers:
n/a
Query Parameters:
ArpTableRequestParameters+
Request Body:
n/a
Successful Response:
Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
InterfaceArpTableInCsvFormat+