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

Get ARP table for downlink router port on tier-1 router

Segment ID is the ID of the segment that is connected to the the tier-1

Request:

Method:
GET
URI Path(s):
/policy/api/v1/infra/tier-1s/<tier-1-id>/segments/<segment-id>/gateway-interface-arp-table
Request Headers:
n/a
Query Parameters:
ArpTableRequestParameters+
Request Body:
n/a

Example Request:

https://{{nsx-mgr}}/policy/api/v1/infra/tier-1s/TLR1_LR/segments/TIER1_DOWNLINK_SWITCH/gateway-interface-arp-table?edge_path=/infra/sites/default/enforcement-points/default/edge-clusters/7f7d37a7-b78e-4378-949d-09190cbfef7d/edge-nodes/a831390e-a7c8-11ea-9102-020063e79023

Successful Response:

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

Example Response:

{ "enforcement_point_path": "/infra/sites/default/enforcement-points/default", "interface_path": "/infra/realized-state/enforcement-points/default/logical-ports/TLR1_LR-TIER1_DOWNLINK_SWITCH-dlrp", "last_update_timestamp": 1591854345080, "results": [ { "mac_address": "00:0c:29:ad:24:e4", "ip": "192.168.100.163" }, { "mac_address": "00:00:00:00:00:00", "ip": "192.168.100.161" }, { "mac_address": "00:00:00:00:00:00", "ip": "192.168.100.160" } ], "result_count": 3, "sort_by": "display_name", "sort_ascending": true }

Required Permissions:

read

Feature:

policy_statistics

Additional Errors: