VMware Communities
pahomov_dv
Contributor
Contributor

VRNi API

Good day!

With the help of the API, I collect data about the Package Drop and TCP RTT from vrni. Periodically, values 200% Packet Drops come. How is this possible? Here is my api json request -

{ "entity_type": "Flow", "filter": "source_ip.ip_address = '$ip' and destination_ip.ip_address != '52.109.*' and destination_ip.ip_address != '20.191.*'", "aggregations": [ { "field": "flow.packetDrop.ratio.average.percent", "aggregation_type": "AVG" } ], "time_range": { "start_time": '$curtime-minus-4m', "end_time": '$curtime-minus-3m' }}'

Also, please tell me why the data arrives with a 15 minute delay? What additional settings need to be made?

Reply
0 Kudos
0 Replies