Apigee API Proxy Deploy using VS code in "proxy" Environment

Hello,

Anybody has experienced to deploy apigee api proxy using VS code in "proxy" environment ? When i deploy in archive environment its, successfully deployed but when i deploy apigee api proxy in proxy environment, its occur "ERROR: (gcloud.beta.apigee.archives.deploy) Failed to get upload url for archive deployment (Bad Request): ArchiveDeployment(organization='auxinclientsupport', environment='prod') Details: This operation is only available when the Environment is created with the ARCHIVE DeploymentType. This operation is only available when the Environment is created with the ARCHIVE DeploymentType"

Please reply, if anybody know it.

Thanks

ammarkhanone_0-1671487139067.png

 

0 3 149
3 REPLIES 3

If you're trying to deploy Apigee proxy XML to a proxy environment, you may want to look at using CI CD/maven plugin to perform deployment of your Apigee proxy / artifacts to your proxy environment

You can use this from a CI CD server or directly from an IDE such as VS Code

https://github.com/apigee/apigee-deploy-maven-plugin/tree/hybrid

Hi dknezic,

Is it working on GCP Apigee X?

Yes, the branch I linked you to on the repository is the "hybrid" branch. It supports both Apigee X, and Apigee Hybrid.