I am wanting to find out the ids of the servers a load balancer is distributing traffic to.
We've experimented with some of the calls outlined on the following question, but do not seem to be able to find a way to list the servers.
softlayer local Load Balancer manage API
Is it possible to get a list of servers that the load balancer is distributing traffic to? Thanks!
You can obtain the list of servers that a load balancer is distributing traffic to, using the next REST request or you could use this python script as well:
Python script