Hi Team,
I am trying to fetch few fields from the Apigee analytics dashboard through Postman get call. The Url goes like this,
https://api.enterprise.apigee.com/v1/o/'org name'/e/'env name'/stats/apis?select=avg(target_response_time),sum(message_count),avg(total_response_time),sum(target_error),avg(response_processing_latency)&filter=(proxy_pathsuffix eq 'pathsuffixname')&timeRange=01/31/2024 14:26~01/31/2024 15:26&timeUnit=day
The data i am receiving in the postman and that in dashboard has slight difference in numbers (if message count, then difference of 96 or 100 messages, if time then 50ms difference). The postman value is always more.
Any idea why this difference would exist?