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.
,
Hi,
I am trying to use single API URL it redirect to multiple API based on load or failure. in target server am unable to set direct URL can anyone please help.
Ex: https://somename.apigee.net/testapi it redirect to below API URL based on load,traffic or failure
TargetEndpoints-1:https://mydomain.com/test1
TargetEndpoints-2:https://mydomain.com/test2
etc..