Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

api proxy's revision implementation

its kind of an architectural question, i see revisions are associated to an api proxy and not to an environment with in api proxy, there must be a reason for this setup with in apigee which i am not sure about, what a best possible way to implement is to have revision with in each environment, let me know if this is right way to have it in apigee as new feature/enhancement ?

Solved Solved
0 3 495
2 ACCEPTED SOLUTIONS

Not applicable

You can always save a proxy as a new revision. Then, you have the option of deploying that revision to either environment. When you click on the Revision button, it will show all of the revisions for the proxy as well as which revision is deployed to which environment.

View solution in original post

An org can have different environments and the apiproxy can be deployed to any environment. The revisions of an apiproxy is basically comparable to a version of an application that can be deployed to many environments.

So, for e.g. an org 'abc' can have , say 2 environments, prod and test. 'abc' org has 2 apiproxies 'test' and 'sample'.

apiproxy 'test' can have as many revisions so rev1 can be deployed to prod and rev2 can be deployed to test env. or the same revision 1 can be deployed to both prod and test environment.

Apiproxy here can be thought of as an application that has different versions deployed to different environments.

View solution in original post

3 REPLIES 3
Top Solution Authors