NSX-T Data Center REST API

Get ARP table from segment interface (downlink) in CSV format

Returns 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.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/segments/{segment-id}/arp-table?format=csv
/policy/api/v1/global-infra/segments/{segment-id}/arp-table?format=csv
/policy/api/v1/orgs/{org-id}/projects/{project-id}/infra/segments/{segment-id}/arp-table?format=csv
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+

Example Response:

mac_address,ip 02:50:56:56:44:52,172.16.20.1

Required Permissions:

read

Feature:

policy_statistics

Additional Errors: