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

Get ARP table from segment interface (downlink)

Returns ARP table (IPv4) or Neighbor Discovery table (IPv6) 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
Request Headers:
n/a
Query Parameters:
ArpTableRequestParameters+
Request Body:
n/a

Example Request:

GET https://<policy-mgr>/policy/api/v1/infra/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-000c2902dff7

Successful Response:

Response Code:
200 OK
Response Headers:
Content-type: application/json
Response Body:
InterfaceArpTable+

Example Response:

{ "sort_ascending": true, "sort_by": "displayName", "result_count": 3, "interface_path": "/infra/realized-state/enforcement-points/default/logical-ports/infra-web-app-seg-dlrp", "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", example_response: | "results": [ { "mac_address": "00:50:56:8e:b4:21", "ip": "172.16.10.21" }, { "mac_address": "02:50:56:56:44:52", "ip": "172.16.10.1" }, { "mac_address": "00:50:56:8e:91:12", "ip": "172.16.10.11" } ] }

Required Permissions:

read

Feature:

policy_statistics

Additional Errors: