Team,
In my GCP Project, I do have one APIGEE instance tied to one region with one load balancer for env1 & env2 environments. I would like to keep individual URL for each API Proxy of an environment. Is it possible to do this in APIGEE-X? If yes how to route the traffic to each API Proxy from loadbalancer using individual URLs.
api1.env1.domain.nip.io (LB frontend URL) - env1 - api1 - env1.domain.nip.io/api1 (apigee URL)
api2.env1.domain.nip.io(LB frontend URL) - env1 - api2 - env1.domain.nip.io/api2 (apigee URL)
api1.env2.domain.nip.io(LB frontend URL) - env2 - api1 - env2.domain.nip.io/api1 (apigee URL)
api2.env2.domain.nip.io(LB frontend URL) - env2 - api2 - env2.domain.nip.io/api2 (apigee URL)
Solved! Go to Solution.
I am able to achieve this ask by adding Routing rules of Load Balancer as below.