icontrol
icontrol copied to clipboard
This gem allows you to connect to a F5 appliance
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]...
Hi magec, Here again, now trying with your version on ruby-1.9.3p392. I've tried a slightly modified version of your example: https://gist.github.com/TvL2386/5501113 I couldn't destroy the VirtualServer. It was added though....
Hi magec, I'm trying to use your gem in an existing rails project. That project is running on ruby 2.0.0p0 and uses the latest savon-2.2.0. The latest commit on your...
When trying to do a puts IControl::LocalLB::ProfileClientSSL.peer_certification_mode(:profile_names => "test").inspect I always get IControl::LocalLB::ProfileClientSSLCertificateMode:0x2b7f6ccb2c78 @attributes={:default_flag=>"false", :value=>nil} but the value should be CLIENTSSL_CERTIFICATE_MODE_REQUEST in my case. I tested this on multiple F5...