icontrol icon indicating copy to clipboard operation
icontrol copied to clipboard

Authentication and Connection status method

Open crosson opened this issue 12 years ago • 0 comments

Hi Magec,

Is there a method that can be called to check the connection status of an LTM?

require 'icontrol'

include IControl::LocalLB

IControl.config[:user] = "admin"
IControl.config[:password] = 'admin'
IControl.config[:base_url] = "https://ltm.lab.lab.com/"

rules = VirtualServer.find("test").get_rule
#I get a Mutex error when auth or DNS fails. Nothing is raised telling me that auth failed to the LB or whether something else went wrong.

I'd like to get something like this added. What can I do to assist?

crosson avatar Jul 23 '13 20:07 crosson