{"type":"api","title":"Get App Route Tunnel Health","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":["Monitoring - Application Aware Routing"],"description":"Get tunnel health","operationId":"getAppRouteTunnelHealth","parameters":[{"name":"type","in":"path","required":true,"schema":{"type":"string"},"example":"loss"},{"name":"limit","in":"query","schema":{"type":"integer","format":"int32","default":10}},{"name":"last_n_hours","in":"query","schema":{"type":"integer","format":"int32","default":3}},{"name":"last_n_minutes","in":"query","schema":{"type":"integer","format":"int32"}},{"name":"start_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"end_time","in":"query","schema":{"type":"integer","format":"int64"}},{"name":"deviceIP","in":"query","schema":{"type":"string"},"example":"172.16.255.11"},{"name":"site-id","in":"query","schema":{"type":"string"}},{"name":"regionName","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"array","items":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"app_probe_class":{"type":"string"},"entry_time":{"type":"string"},"jitter":{"type":"integer","format":"int32","example":0},"latency":{"type":"number"},"loss_percentage":{"type":"number"},"name":{"type":"string","example":"172.16.255.11:lte-172.16.255.16:3g"},"rx_octets":{"type":"integer","format":"int32"},"tx_octets":{"type":"integer","format":"int32"}},"$$ref":"#/components/schemas/AppRouteTunnelSummary"}}},"$$ref":"#/components/schemas/AppRouteTunnenSummarResp"}},"examples":{"Tunnel top statistics":{"description":"Tunnel top statistics","value":[{"name":"172.16.255.11:lte-172.16.255.16:lte","remote_system_ip":"172.16.255.16,","remote_color":"lte","remote-host-name":"vm6,","remote_site_id":"600,","remote_latitude":"32.0,","remote_longitude":"-88.0,","local_color":"gold,","local_system_ip":"172.16.255.11,","device-type":"vedge,","deviceClass":"viptela-router,","state":"Up,","vqoe_score":"10,","jitter":"0,","rx_octets":"0,","loss_percentage":"0,","latency":"0,","tx_octets":"0,","health":"green"}]}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"get","path":"/statistics/approute/tunnels/health/{type}"}}