Policy > Networking > Connectivity > Tier-1 Gateways > Interfaces > ARP Table

Get ARP table from tier-1 interface in CSV format

Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format
for the tier-1 interface, 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>/locale-services/<locale-service-id>/interfaces/<interface-id>/arp-table?format=csv
Request Headers:
n/a
Query Parameters:
ArpTableRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/tier-1s/t1/locale-services/default/interfaces/to_internet/arp-table?format=csv&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-000c2902dff7

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: