clearSiteDeviceArpTable

POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/clear_arp

Clear the entire ARP cache or a subset if arguments are provided for SSR, SRX and Switch.

Parameters

NameTypeDescription
port_idstringThe device interface on which to clear the ARP cache.
vlanintThe VLAN on which to clear the ARP cache. port_id must be specified. Both vlan and ip cannot be specified.
ipstringThe IP address for which to clear an ARP entry. port_id must be specified. Both vlan and ip cannot be specified.
vrfstringThe vrf for which to clear an ARP entry. applicable for switch.
nodestring(Optional) node0 / node1 for HA
  • Note: port_id is optional if neither vlan nor ip is specified

Request Body

{"port_id"=>"wan", "vlan"=>1000, "ip"=>"10.1.1.1", "vrf"=>"guest"}

RESPONSES

status: OK

{"session":"session_id"}