{"type":"api","title":"Get Post Stat Bulk Raw Data Monitoring Application Aware Routing 2504","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 stats raw data","operationId":"getPostStatBulkRawData_MonitoringApplicationAwareRouting_2504","parameters":[{"name":"scrollId","in":"query","schema":{"type":"string"}},{"name":"count","in":"query","schema":{"type":"integer","format":"int32"}}],"requestBody":{"description":"Stats query string","content":{"application/json":{"schema":{"type":"object"},"examples":{"Stats query string":{"description":"Stats query string","value":{"query":{"condition":"AND","rules":[{"value":["24"],"field":"entry_time","type":"date","operator":"last_n_hours"},{"value":["172.16.255.11"],"field":"vdevice_name","type":"string","operator":"in"},{"value":["3g","lte"],"field":"local_color","type":"string","operator":"in"}]}}}}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer","format":"int32","example":5},"entry_time":{"type":"string","example":"1674813600000"},"local_color":{"type":"string","example":"3g"},"loss_percentage":{"type":"integer","format":"int32","example":0}},"$$ref":"#/components/schemas/AppRouteAggResp"}},"pageInfo":{"type":"object","properties":{"count":{"type":"integer","description":"number of alarms to be fetched","format":"int64"},"endTime":{"type":"integer","description":"end time of alarms to be fetched","format":"int64"},"startTime":{"type":"integer","description":"start time of alarms to be fetched","format":"int64"}},"$$ref":"#/components/schemas/PageInfo"}},"description":"interface aggregation response with page info","$$ref":"#/components/schemas/AppRouteAggRespWithPageInfo"},"example":{"data":[{"remote_color":"lte","fec_re":0,"vqoe_score":10,"device_model":"vedge-cloud","latency":1,"tx_octets":0,"dst_ip":"10.0.106.1","local_color":"lte","src_ip":"10.1.15.15","sla_class_names":"test_sla_class","loss":0,"total":600,"tx_pkts":0,"fec_tx":0,"rx_octets":0,"statcycletime":1589075400052,"state":"Up","local_system_ip":"172.16.255.15","tenant":"default","entry_time":1589073783045,"loss_percentage":0,"rx_pkts":0,"vmanage_system_ip":"172.16.255.15","fec_rx":0,"src_port":12366,"jitter":1,"remote_system_ip":"172.16.255.16","vdevice_name":"172.16.255.15","proto":"IPSEC","vip_idx":351,"dst_port":12386,"name":"172.16.255.15:lte-172.16.255.16:lte","sla_class_list":"0,1","tunnel_color":"lte:lte","host_name":"vm5","id":"IuBG_HEB_JLsavezVkiZ"}],"pageInfo":{"startTime":"1666941702257","endTime":"1666941699172","count":1000}}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"method":"post","path":"/statistics/approute/page"}}