How to move Apigee SaaS APIs to Apigee Hybrid at once?

Hi All,

Is there a way to download all API proxies in Apigee SaaS and import all at once in Apigee Hybrid?

Please let me know if such an option exists for APIs, APPs and products.

Thanks.

0 7 950
7 REPLIES 7

Not applicable

You can use the management api calls in a script and migrate.

Thanks Priyadarshi.

Do you have a sample by any chance?

Hey @Priyadarshi Ajitav Jena, @Apurva Seth

I was hoping to get some information please for the same too - can you please point me to documentation on how to migrate API's currently deployed to Apigee SaaS onto Apigee Hybrid?

Thanks!

Some tools that may be helpful include

1. Apigee migrate tool. Can use this to export resources such as proxies from Apigee SaaS.

- https://github.com/apigeecs/apigee-migrate-tool

After doing the export, you could then script something against the Hybrid Management API to push the API proxies.

2. You can also establish a CI CD pipeline for automated deployment, or if you already have one for saas using the maven plugin, update it to use the Hybrid CI CD pipeline

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

Thanks a lot Dane.

This helps.

will maven plugin for hybrid also considers the deployment availability in an environment or we have to put the check in place to check for deployment availability

as per limits documentation we cannot have more than 50 deployments (sharedflows + proxies) in an environment.

Thanks Dane, this helps! cheers