Find target server per proxy

Hi,

I want to find target server used in each proxy,means I want proxy name and its corresponding target server name.
Actually there is no single management API to do this

so any help would be appreciated.

0 2 680
2 REPLIES 2

You'll first need to get all proxies deployed to a given environment (https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/environments/%7Benv_name...)

And the iterate over all of them using Get API proxy revision (https://apidocs.apigee.com/management/apis/get/organizations/%7Borg_name%7D/apis/%7Bapi_name%7D/revi...). The response includes the target servers used by a pr

Thanks for replay,

First API call works fine but when I tried second API call ie Get API proxy revision it just gave me target end point name and not the target server name(target server tag was empty though the proxy contains target server).
So is there any alternative for this