Forum Discussion

Nataraj_66841's avatar
Nataraj_66841
Icon for Nimbostratus rankNimbostratus
Jul 02, 2011

How to get LocalLB Virtual Server configuration details?

Hi,

 

 

 

I want to get server SSL configurations for all LocalLB Virtual Servers. I am able to get virtual servers list by below statement.

 

 

 

String[] vServers = m_interfaces.getLocalLBVirtualServer().get_list();

 

 

 

How can i get the configuration details for each virtual server using java? Please guide me.

 

 

 

Thanks,

 

 

 

Nataraj

 

  • Hi Michael,

     

     

    Thanks for the reply.

     

    I am able to get the list of virtual servers. I want to get configuration for each virtual server. How can i get it?

     

  • It would require numerous individual queries.

     

     

    I listed the methods in a different post for everyone to use here: http://devcentral.f5.com/Community/GroupDetails/tabid/1082223/asg/51/aft/1179263/showtab/groupforums/Default.aspx

     

     

    I created a single method call in C that would access a specific BIG-IP and pull back all of the Virtual Server settings, but that single method made all of the calls in the above listed post.