How to send the data of the dimensions of the Statistics Collector policy to my application so that the application can draw the graphs ?

I have some reports created in Apigee; and to show them in the frontend of my application (of the application that I have as Target in the proxy server Apigee) the way I know is to deliver the URL of each of the reports so that from the frontend of the application the reports are displayed using an embedded Iframe ("<iframe src =" <URL of the report> "...”).

But I need to draw the graphs of the reports directly from the application, and for this I need to send from Apigee the statistical data of all the dimensions I use in the reports, so that the application can take all this data and draw the graphs of the reports itself: ¿how can I do this? Or ¿in what way can I from the application take all this data of the dimensions ?

0 1 297
1 REPLY 1

Apigee Edge doesn't "send" information except in responses.

That means your client application must call Arigee Edge. And THEN Apigee Edge can send the analytics data in the response.

It sounds like you want analytic data.

There is a stats API for that purpose.

Read about the API here.

Also here is a prior community question on the stats API.