Target.uri is coming as blank in logging policy

I am using the below code to configure the target endpoint. I am getting the response back from the target. But in message logging policy of post client flow the value of the variable "target.uri" is coming as blank.

<HTTPTargetConnection>
<LoadBalancer>
<Server name="ENDPOINT"/>
</LoadBalancer>
<Path>/myapi/v1/apiresource/{proxy.pathsuffix}</Path>
</HTTPTargetConnection>

Any idea why?

Thanks,

Krish

0 1 311
1 REPLY 1

To my knowledge target.uri is not a predefined variable. Are you instead looking for target.url ? See http://docs.apigee.com/api-services/reference/variables-reference for more details.