getArpTableFromDevice
POST https://{{host}}/api/v1/sites/:site_id/devices/:device_id/show_arp
Parameters
Name | Type | Description |
---|---|---|
ip | string | (optional) IP address |
port_id | string | (optional) port id |
vrf | string | (Optional) vrf name |
interval | int | (Optional) rate at which output will refresh, default is 0 and valid range 0-10. |
duration | int | (Optional) duration in sec for which refresh is enabled, default is 0 and valid range 0-300 sec. Should be set only if interval is configured to non-zero value. |
subscribe to Device Command outputs
{
"subscribe": "/sites/:site_id/devices/:device_id/cmd"
}
Request Body
{"ip"=>"192.168.30.7", "port_id"=>"ge-0/0/0.0", "vrf"=>"guest"}