How to download proxies/apps/products from apigeeX

Hi,

I just signed up for APIGEE X Eval. I created a proxy, product, and app. Is there a way to download these as zip bundle? In APIGEE Edge there was an option to download apigee proxy individually. I don’t see that option in APIGEE X. Also, is there a migration tool like https://github.com/apigeecs/apigee-migrate-tool for APIGEE X? I guess this tool won’t work as it points apigee edge management API. APIGEE X management apis are different if I am not wrong. Any help will be appreciated.

1 Like

The new UI in Apigee X is laid out differently. To export a revision of a proxy, in the DEVELOP view, you can use the three-dots menu top right.

Currently there is no migration tool for Edge → Apigee X. You can import an Edge proxy into Apigee X and it will work, assuming you’re not using features that are no longer supported (e.g. Hosted Targets). This page shows the differences between Edge and X: https://docs.apigee.com/migration-to-x/compare-apigee-edge-to-apigee-x.

Finally, you may want to explore the use of the apigeecli (https://github.com/apigee/apigeecli), it can help you import/export proxies, products and apps, among many other resources.

1 Like

Thank you @kurtkanaskie for your reply. I don’t see download proxy option.

Oh, you’re using the “Classic UI” in Apigee X. Then its under the Revision dropdown.

1 Like

Got it! thank you!