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

Get ARP table from tier-0 router link interface in CSV format

Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) in CSV format
for the tier-0 router link interface, on a edge node. The edge_path
parameter is mandatory if the interface type is not EXTERNAL.

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table?format=csv
/policy/api/v1/global-infra/tier-0s/<tier-0-id>/tier-1-interface/arp-table?format=csv
Request Headers:
n/a
Query Parameters:
RouterLinkRuntimeRequestParameters+
Request Body:
n/a

Example Request:

GET

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: text/csv
Response Body:
InterfaceArpTableInCsvFormat+

Example Response:

{ }

Required Permissions:

read

Feature:

policy_statistics

Additional Errors: