Is this correct ?? Does the below snippet make sense
<HTTPTargetConnection>
<LoadBalancer>
<Algorithm>RoundRobin</Algorithm>
<RetryEnabled>true</RetryEnabled>
<MaxFailures>10</MaxFailures>
<Server name="some_prod_target">
<IsEnabled>true</IsEnabled>
</Server>
</LoadBalancer>
<!-- <Path>/someapi/uri/v1</Path> -->
<Path>/somePath</Path>
</HTTPTargetConnection>