For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

mahnsc's avatar
mahnsc
Icon for Nimbostratus rankNimbostratus
Oct 24, 2015

iControl SOAP: Get list of virtual servers using an IP

Does anyone know which method in iControl soap I should be using to retrieve a list of virtual servers utilizing a specific IP address? get_list() returns a full list and doesn't seem to take any arguments while get_address() also returns a full list.

 

I'm trying to write a script in Perl that will check to see if a given IP address has pre-existing virtual server configurations--almost like a reverse lookup but I can't seem to find any method under LocalLB/VirtualServerV2 or LocalLB/VirtualAddress that will allow me to find a specific set of Virtual Servers based on IP address.

 

1 Reply

  • There isn't one. You need to build a list using the existing commands and look for the matching IP address in them.