Is there a way to find out the last use of a proxy or product or application

Hi,

How can I get a report or data which can tell when is the last time a proxy or product or application is used.

Can we get an yearly usage report from apigee edge.

Regards,

Krushna

0 3 413
3 REPLIES 3

hi

There are management api's which you can use to get the details or audits about a proxy

https://apidocs.apigee.com/api/audits-0

Try these to get the resultset.

For example

https://apidocs.apigee.com/management/apis/get/audits/organizations/%7Borg_name%7D/apis/%7Bapi_name%...

will give you usage by proxy.

similarly there are many others.

Hi, I've looked at those audit api but they only seem to be for calls made to the management api. What I'm wondering is, is it possible through those management apis be able to find out when an api proxy was last called not modified?

@krushna.padhee.ap

If logging is configured for your api proxies,then you may refer logs for more details regarding the last transaction.