{"type":"api","title":"one site one application health data","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 - Performance Monitor"],"summary":"one site one application health data","description":"Get one application health for one site ","operationId":"getApplicationSiteHealth","parameters":[{"name":"health","in":"query","schema":{"type":"string","enum":["GOOD","FAIR","POOR"]}}],"requestBody":{"description":"Stats query string","content":{"application/json":{"schema":{"type":"object"},"examples":{"all paths table query string":{"description":"all paths table query string","value":{"query":{"condition":"AND","rules":[{"value":["24"],"field":"entry_time","type":"date","operator":"last_n_hours"},{"value":["3pc"],"field":"application","type":"string","operator":"equal"},{"value":["600"],"field":"siteid","type":"string","operator":"equal"}]},"aggregation":{"field":[{"property":"path","sequence":1}],"metrics":[{"property":"qoe","type":"avg"},{"property":"jitter","type":"avg"},{"property":"lost_samples","type":"sum"},{"property":"total_samples","type":"sum"},{"property":"latency","type":"avg"}]}},"$$ref":"#/components/examples/ComViptelaVmanageServerDevicePerfmonStatisticsapiParameterExamplePerfmonpathtable"}}}},"required":true},"responses":{"200":{"description":"search results matching criteria","content":{"application/json":{"schema":{"type":"array","items":{"required":["health","jitter","latency","loss","path"],"type":"object","properties":{"health":{"pattern":"(good|fair|poor)","type":"string","example":"good"},"jitter":{"type":"number","format":"double","example":1},"latency":{"type":"number","format":"double","example":10},"loss":{"type":"number","format":"double","example":1},"path":{"type":"string","example":"Tunnel3-\u003eSIG"},"qoe":{"type":"number","format":"double","example":9}},"$$ref":"#/components/schemas/ApplicationSiteItem"}}}}},"400":{"description":"bad input parameter"}},"x-roles-required":"Application Monitoring-read,Application Monitoring-write","method":"post","path":"/statistics/perfmon/application/site/health"}}