I'd really like to get Target Server details in my flow. Can I do this in a Java Callout policy by getting access to some of the underlying functionality.
For example is there any way for me to call the equivalent of:
this.application.getEnvironment().getTargetServer(name);
From the Java Callout - say from the message or execution contexts?
Solved! Go to Solution.
Does this page answer your question: http://apigee.com/docs/ja/api-services/reference/v...
Is the question that the 'target.host' useful in getting the targetEndPoint details?