{"type":"api","title":"one site one application health data","meta":{"id":"/apps/pubhub/media/sd-wan-api-20-16/58fb893fa751949ea20a40274e9ab219a20e19fa/e77267b5-7b4b-3f93-807c-c6d1c6b41343","info":{"title":"Cisco Catalyst SD-WAN Manager API","description":"The vManage API exposes the functionality of operations maintaining devices and the overlay network","contact":{"email":"vmanage@cisco.com"},"license":{"name":"Commercial License","url":"https://www.cisco.com/c/en/us/solutions/enterprise-networks/sd-wan/index.html"},"version":"2.0.0"},"openapi":"3.0.1","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/PerfmonPathTable"}}}}},"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","__originalOperationId":"getApplicationSiteHealth","method":"post","path":"/statistics/perfmon/application/site/health"}}