migration from cloud to microgateway

Hi, is there a resource or documentation that can explain how to migrate cloud apis to microgateway?

My end goal is to support all the features I need. but If someone points me in the right direction , example to start creating my own doc that will help.

i'm migrate features I use on cloud to microgateway, even if it requires custom code/plugin etc

Example

1. policy

2. dynamic target url

3. variables (context.getVariables) context.setVariables

4. KVM read.

5. cache.

6. JS policy. (read headers, set headers in request/response) form new JSON.

7. transform responses and requests.

8. Assign Messages

9. Shared Flows

10. Hooks (PreHook, Post Hook) etc

11. tracing/debug capabilities.

12. ability to push fixes, and deploy updates to environments.

13. feedback on performance, cicd,

Solved Solved
0 2 145
1 ACCEPTED SOLUTION

You cannot migrate cloud proxies to MG, you need to create MG aware proxies in Edge and then configure your MG to use plugins.

See: https://docs.apigee.com/api-platform/microgateway/2.5.x/overview-edge-microgateway#whatyouneedtoknow...

See also: https://docs.apigee.com/api-platform/microgateway/3.0.x/use-plugins

As well as the other docs starting here: https://docs.apigee.com/api-platform/microgateway/edge-microgateway-home

View solution in original post

2 REPLIES 2

You cannot migrate cloud proxies to MG, you need to create MG aware proxies in Edge and then configure your MG to use plugins.

See: https://docs.apigee.com/api-platform/microgateway/2.5.x/overview-edge-microgateway#whatyouneedtoknow...

See also: https://docs.apigee.com/api-platform/microgateway/3.0.x/use-plugins

As well as the other docs starting here: https://docs.apigee.com/api-platform/microgateway/edge-microgateway-home

thank you for the starting points.

1. I'm concerned of being able to code/support everything I do for my clients in OOTB policies, specially shared flows, hooks, kvms, dynamic target urls, mocks, assign message or hardcode responses. etc etc. have you ever seen example of end to end api cases ?

2. also concerns about scalability? i understand once you are on microgateway you might be on your own for operations, monitoring, scale, etc etc ?