Forum Discussion
Davis_20771
Nimbostratus
Mar 15, 2011GTM application name reporting
Hi All, We are using GTM as our high availability DNS. There are lot of application name defined. Apart from using the web interface to browse, I know that iControl can connect to GTM us...
George_Watkins_
Mar 21, 2011Historic F5 Account
Hi Davis,
I don't know if you've posted this in the iControl forum yet, but this is the method you'll want to use to pull the application list: http://devcentral.f5.com/wiki/default.aspx/iControl/GlobalLB__Application__get_list.html
If you were doing this in Ruby, it would look as such:
require 'rubygems'
require 'f5-icontrol'
bigip = F5::IControl.new('192.168.1.245', 'admin', 'admin', ['GlobalLB.Application']).get_interfaces
bigip['GlobalLB.Application'].get_list
That will return a list of all the GTM applications on the target box.
-George
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects