API Stats for Project Owners

Hi Everyone,

Project owners would like to know about their application performance and statistics.

To achieve it, We have built a nodejs application that would call the management APIs every 24 hours once and email the analytics data to respective users.

.Is there a way where I can convert the JSON data into a pie chart or graph? Can someone help me on this?

Thanks,

0 2 97
2 REPLIES 2

Hi @Anusha Chowdary ,

May I know where this Nodejs App is running? (I hope it is not running as an API Proxy, because using Management APIs with Apigee proxies is not recommended)

Make use of nodejs modules such as D3 or Plotly. It has nothing to do with Apigee.

Hi Siddharth,

Yes, Nodejs App is running as an API proxy. I couldn't find any other alternate way to achieve this.

Currently we are fetching the stats from the custom reports and sharing it with respective project teams. My aim is to avoid this manual task that reduces time and effort.

Thanks,

Anusha.