HI,
I need help standardising Apigee revision strategy for DevOps team to implement.
We are using apigee on prem cloud (private cloud) and I believe apigee supports 50 revisions at any point in time. This means we need periodically clean up revisions which is not required through some means.
I am looking for a guideline or apigee standard to delete or update revisions (when to delete or update revision).
I am aware that apigee management API can be used to delete revisions and there are node js and java based solution which can be used to delete revisions as well.
My question is how to automatically identify unused revisions and delete them using DevOps.