Hello On my Virtual Traffic Manager instance, I have configured multiple virtual servers. Some of them use multiple pools. Now I'm trying to use the API (SOAP or REST) to get the list of ALL the pools used on a virtual server, but guess what, I haven't found a way to have this information. With the REST API : - https://my-server:9070/api/tm/3.0/config/active/virtual_servers/my-virtual-server gives me only the default pool... - https://my-server:9070/api/tm/3.0/config/active/pools/ gives me all the pools, but no indication of the virtual serveurs using them - https://my-server:9070/api/tm/3.0/config/active/pools/ gives me a lot of things, but no pool name... Tried a lot of things with SOAP, but not the good one... Does someone know my error ? Thank you all Marc
... View more