Get API History

Hello

Is it possible to us management API to pull an API proxy history for the purpose of monitoring?

0 5 255
5 REPLIES 5

What do you mean by this?

pull an API proxy history

Hello Dino

On the edge gui we can look for api history and filter it out by revision as well. I would like to do that via api calls. Is that possible?

chawkimatta
Participant III

Hi @Sai Mudela Apigee stores audit logs only for each proxy update/delete/create without the change details made on the proxy. I don't think there is a direct way to get the info you are looking for...

you can check the history using "API proxy history option" from the UI in api proxies -> project -> API Proxy History.

Check this http://apigee.com/docs/api-services/content/view-api-history

This is good, however you will see only CRUD operations there. For full history, CI\CD (Git) needed, my advice.

yes version control system will do the job.