1. Google Cloud
Apigee Documentation
"Load balancing across backend servers": This official documentation explicitly describes the use of fallback servers for failover scenarios. In the section "Configuring fallback servers
" it states
"When Apigee determines that all your primary servers are unavailable
it automatically routes all traffic to your fallback servers...". The provided XML configuration example clearly shows the use of the true element within a definition to designate a server for failover.
Reference Location: Google Cloud > Apigee > Documentation > Reference > API proxy configuration reference > Endpoint properties reference > Load balancing across backend servers.
2. Google Cloud
Apigee Documentation
"TargetEndpoint configuration": This document details the structure of a TargetEndpoint. The element is shown as a child of
and it supports one or more elements. This confirms that load balancing and server definition are integral parts of the TargetEndpoint configuration
which is the correct place to manage backend routing and failover.
Reference Location: Google Cloud > Apigee > Documentation > Reference > API proxy configuration reference > Endpoint properties reference > TargetEndpoint configuration.