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.
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.
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
After doing the export, you could then script something against the Hybrid Management API to push the API proxies.
https://github.com/apigee/apigee-deploy-maven-plugin/tree/hybrid
Thanks Dane, this helps! cheers
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.