Announcements
The Google Cloud Community will be in read-only from July 16 - July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Export data from Apigee analytics Dashboard

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?

1 2 198
2 REPLIES 2