icontrol
icontrol copied to clipboard
Authentication and Connection status method
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?