You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Hi Magec,
Is there a method that can be called to check the connection status of an LTM?
I'd like to get something like this added. What can I do to assist?
The text was updated successfully, but these errors were encountered: