{"type":"api","title":"Get DPI Stats Pagination Raw Data Post","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 - DPI"],"description":"Get DPI stats pagination raw data","operationId":"getDPIStatsPaginationRawDataPost","parameters":[{"name":"scrollId","in":"query","schema":{"type":"string"}},{"name":"count","in":"query","schema":{"type":"integer","format":"int32"}}],"requestBody":{"description":"User","content":{"application/json":{"schema":{"type":"object"},"examples":{"Query filter":{"description":"Query filter","value":{"query":{"condition":"AND","rules":[{"value":["24"],"field":"entry_time","type":"date","operator":"last_n_hours"}]}}}}}},"required":true},"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"application":{"type":"string","example":"icmp"},"create_time":{"type":"integer","format":"int64","example":1664150420729},"dest_ip":{"type":"string","example":"10.74.49.77"},"dest_port":{"type":"integer","format":"int32","example":771},"device_model":{"type":"string","example":"vedge-C8000V"},"entry_time":{"type":"integer","format":"int64","example":1664150431860},"expire_time":{"type":"integer","format":"int64","example":1664150421784},"family":{"type":"string","example":"network-service"},"host_name":{"type":"string","example":"C8Kv-77"},"ip_proto":{"type":"integer","format":"int32","example":1},"octets":{"type":"integer","format":"int32","example":4032},"packets":{"type":"integer","format":"int32","example":7},"source_ip":{"type":"string","example":"10.124.10.249"},"source_port":{"type":"integer","format":"int32","example":0},"vdevice_name":{"type":"string","example":"1.1.70.7"},"vip_idx":{"type":"integer","format":"int32","example":172060},"vpn_id":{"type":"integer","format":"int32","example":512}},"$$ref":"#/components/schemas/DPIDataObject"}},"pageInfo":{"type":"object","properties":{"count":{"type":"integer","format":"int32","example":100},"endTime":{"type":"string","example":"1664148997536"},"hasMoreData":{"type":"string","example":"true"},"scrollId":{"type":"string","example":"DXF1ZXJ5QW5kRmV0Y2gBAAAAAAAAAf4WcUlydS1uYzlTdXFhR05GTlBpTFJ4QQ"},"startTime":{"type":"string","example":"1664159158463"},"totalCount":{"type":"integer","format":"int32","example":39802}},"$$ref":"#/components/schemas/DPIPaginationResponsePageInfo"}},"$$ref":"#/components/schemas/DPIPaginationResponse"}}}},"400":{"description":"Bad Request"},"403":{"description":"Forbidden"},"500":{"description":"Internal Server Error"}},"x-roles-required":"Device Monitoring-read,RBAC VPN-read,RBAC VPN-write","method":"post","path":"/statistics/dpi/page"}}