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
Name | Type | Description |
---|---|---|
port_id | string | The device interface on which to clear the ARP cache. |
vlan | int | The VLAN on which to clear the ARP cache. port_id must be specified. Both vlan and ip cannot be specified. |
ip | string | The IP address for which to clear an ARP entry. port_id must be specified. Both vlan and ip cannot be specified. |
vrf | string | The vrf for which to clear an ARP entry. applicable for switch. |
node | string | (Optional) node0 / node1 for HA |
- Note:
port_id
is optional if neithervlan
norip
is specified
Request Body
{"port_id"=>"wan", "vlan"=>1000, "ip"=>"10.1.1.1", "vrf"=>"guest"}
RESPONSES
status: OK
{"session":"session_id"}