{"type":"api","title":"Get Device Interface ARP Stats","meta":{"id":"/apps/pubhub/media/cisco-catalyst-sd-wan-api-guide-20-18/1c4807bcb76af36988ebb37dc2e455b1787a155e/d2f02ba2-fd0d-3a26-bcc5-feafc8f24d17","info":{"title":"Monitoring and Troubleshooting","description":"Includes API operations for the following:\n- Real-time monitoring\n- Accessing statistics APIs and statistics bulk APIs\n- Retrieving device state\n- Managing alarms and events\n","contact":{"email":"vmanage@cisco.com"},"version":"20.18 - 2025-08-15"},"openapi":"3.1.0","servers":[{"url":"/dataservice"}]},"spec":{"tags":["Real-Time Monitoring - Interface"],"description":"Get interface ARP statistics","operationId":"getDeviceInterfaceARPStats","parameters":[{"name":"vpn-id","in":"query","description":"VPN Id","schema":{"type":"string"}},{"name":"ifname","in":"query","description":"IF Name","schema":{"type":"string","enum":["ge0/0","ge0/1","ge0/2","ge0/3","ge0/4","ge0/5","ge0/6","ge0/7","system","eth0"]}},{"name":"af-type","in":"query","description":"AF Type","schema":{"type":"string","enum":["ipv4","ipv6"]}},{"name":"deviceId","in":"query","description":"deviceId - Device IP","required":true,"schema":{"type":"string","example":"169.254.10.10"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"},"examples":{"ARP statistics":{"description":"ARP statistics","value":{"data":[{"tx-arp-rate-limit-drops":"0","rx-arp-rate-limit-drops":"0","vdevice-name":"169.254.10.10","rx-arp-non-local-drops":"45746","rx-arp-requests":"296","vpn-id":"0","vdevice-host-name":"vm3","rx-arp-reply-drops":"0","ipv6-address":"-","tx-arp-requests":"12281","ip-address":"-","tx-arp-replies":"304","tx-no-arp-drops":"2","vdevice-dataKey":"169.254.10.10-0-ge0/1-ipv4","rx-arp-replies":"12281","ifname":"ge0/1","tx-arp-request-fail":"0","af-type":"ipv4","lastupdated":1643077098782,"arp-add-fails":"1"},{"tx-arp-rate-limit-drops":"0","rx-arp-rate-limit-drops":"0","vdevice-name":"169.254.10.10","rx-arp-non-local-drops":"0","rx-arp-requests":"0","vpn-id":"0","vdevice-host-name":"vm3","rx-arp-reply-drops":"0","ipv6-address":"-","tx-arp-requests":"0","ip-address":"-","tx-arp-replies":"1","tx-no-arp-drops":"0","vdevice-dataKey":"169.254.10.10-0-ge0/1-ipv6","rx-arp-replies":"0","ifname":"ge0/1","tx-arp-request-fail":"0","af-type":"ipv6","lastupdated":1643077098782,"arp-add-fails":"0"},{"tx-arp-rate-limit-drops":"0","rx-arp-rate-limit-drops":"0","vdevice-name":"169.254.10.10","rx-arp-non-local-drops":"0","rx-arp-requests":"0","vpn-id":"0","vdevice-host-name":"vm3","rx-arp-reply-drops":"0","ipv6-address":"-","tx-arp-requests":"0","ip-address":"-","tx-arp-replies":"0","tx-no-arp-drops":"0","vdevice-dataKey":"169.254.10.10-0-ge0/2-ipv4","rx-arp-replies":"0","ifname":"ge0/2","tx-arp-request-fail":"0","af-type":"ipv4","lastupdated":1643077098782,"arp-add-fails":"0"},{"tx-arp-rate-limit-drops":"0","rx-arp-rate-limit-drops":"0","vdevice-name":"169.254.10.10","rx-arp-non-local-drops":"0","rx-arp-requests":"0","vpn-id":"0","vdevice-host-name":"vm3","rx-arp-reply-drops":"0","ipv6-address":"-","tx-arp-requests":"0","ip-address":"-","tx-arp-replies":"0","tx-no-arp-drops":"0","vdevice-dataKey":"169.254.10.10-0-ge0/2-ipv6","rx-arp-replies":"0","ifname":"ge0/2","tx-arp-request-fail":"0","af-type":"ipv6","lastupdated":1643077098782,"arp-add-fails":"0"},{"tx-arp-rate-limit-drops":"0","rx-arp-rate-limit-drops":"0","vdevice-name":"169.254.10.10","rx-arp-non-local-drops":"0","rx-arp-requests":"0","vpn-id":"0","vdevice-host-name":"vm3","rx-arp-reply-drops":"0","ipv6-address":"-","tx-arp-requests":"0","ip-address":"-","tx-arp-replies":"0","tx-no-arp-drops":"0","vdevice-dataKey":"169.254.10.10-0-ge0/3-ipv4","rx-arp-replies":"0","ifname":"ge0/3","tx-arp-request-fail":"0","af-type":"ipv4","lastupdated":1643077098782,"arp-add-fails":"0"}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Device Monitoring-read","method":"get","path":"/device/interface/arp_stats"}}