Forum Discussion

Prakash_Krishna's avatar
Prakash_Krishna
Icon for Nimbostratus rankNimbostratus
Mar 08, 2014

Is there any way to get the VirtualServer details from any api

HI All,

 

Do I have any api whih returns of all the list of VirtaulServer with its details. As i required to get the list of VirtaulServer list and where i can retrieve the below details from the list

 

Virtual serve name Status of the virtual server Application Destination address Service port Type Partition/path

 

Currently m_interfaces.getLocalLBVirtualServer().get_list() which returns the Virtual server name alone, but i need to get the virtualserver list as object. Can anyone help me in getting it. Regards, Prakash.K

 

1 Reply

  • Hi Prakash

     

    You can't get the VS as an object but you can build one yourself. Wrote one that I think would suit your needs.

     

    http://climbi.com/b/j5Xlvs

     

    /Patrik