Forum Discussion
Nataraj_66841
Nimbostratus
Jul 02, 2011How 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
3 Replies
- Michael_Yates
Nimbostratus
Try:
String[] vsList = m_interfaces.LocalLBVirtualServer.get_list(); - Nataraj_66841
Nimbostratus
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?
- Michael_Yates
Nimbostratus
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.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects