{"type":"api","title":"Get ARP Interface","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 - ARP"],"description":"Get ARP interfaces from device (Real Time)","operationId":"getARPInterface","parameters":[{"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 interface":{"description":"ARP interface","value":{"data":[{"if-name":"ge0/1","idle-timer":"0:00:10:36","vdevice-dataKey":"169.254.10.10-0-ge0/1","vdevice-name":"169.254.10.10","ip":"10.101.254.254","lastupdated":1642578468257,"state":"dynamic","vpn-id":"0","uptime-date":1642160280000,"vdevice-host-name":"vm3","mac":"52:54:00:7a:da:f8","uptime":"4:20:09:23"},{"if-name":"eth0","vdevice-dataKey":"169.254.10.10-512-eth0","vdevice-name":"169.254.10.10","ip":"10.0.1.3","lastupdated":1642578468257,"state":"static","vpn-id":"512","uptime-date":1642154760000,"vdevice-host-name":"vm3","mac":"00:50:56:00:01:03","uptime":"4:21:41:16"}]}}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Interface-read,Interface-write","method":"get","path":"/device/arp"}}