We have a requirement to deploy multiple active revisions of the same api proxy in our dev environment,
The base path remains same for all versions but the virtual host and target servers are different to make the URL's unique.
We are trying to achieve this with the help of maven plugin for Apigee, but this is not working as expected.
From Apigee console We could observe that the new version(s) api proxies are getting imported but they are not activated.
We are able to activate them manually.
Is there a way to import and activate multiple revisions of same api proxy with same base path but different virtual hosts using the maven plugins/apigee api’s?
Environment Revision URL
dev 46 https://dev3.abc.com/testproxy/v1/dummyurl/actuator
dev 45 https://dev2.abc.com/testproxy/v1/dummyurl/actuator
dev 40 https://dev1.abc.com/testproxy/v1/dummyurl/actuator