Single API Proxy redirect to multiple API URL based on load balancing or failure

Hi all,

I am trying to use multiple API's in single apigee URL based on API traffic,load or failure.

i tried target server but unable to set direct URL my requirement is below

Ex:https://myname.apigee.net/test it redirect to below API's based on traffic or failure

TargetPoint-1:https://mydomain.com/test1

TargetPoint-2:https://mydomain.com/test2

TargetPoint-3:https://mydomain.com/test3

Can anyone suggest me for the best solution.

0 1 140
1 REPLY 1

Not applicable

by default to send a request to different backends using load balancing option is available in apigee. But in your case, the backend is the same only the path is changing. the different path option is not there in the configuration.

You can use dynamic path set using a custom load-balancing algorithm, and for fallback you specify the fallback url in the <HTTPTargetConnection>