Forum Discussion

Davis_20771's avatar
Davis_20771
Icon for Nimbostratus rankNimbostratus
Mar 15, 2011

GTM 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 using SOAP.

 

Is there any downloadable package to delivery such report?

 

 

 

Thanks.

 

4 Replies

  • Hi Davis,

     

     

    You might want to repost our question in the iControl Forum since is more related to iControl functionality than GTM Setup.

     

     

    I am sure that there are people there that can either answer your question or point you in the right direction.

     

     

    Good Luck.
  • Posted By Michael Yates on 03/18/2011 01:04 PM

     

    Hi Davis,

     

     

    You might want to repost our question in the iControl Forum since is more related to iControl functionality than GTM Setup.

     

     

    I am sure that there are people there that can either answer your question or point you in the right direction.

     

     

    Good Luck.

     

    thanks , let me try
  • George_Watkins_'s avatar
    George_Watkins_
    Historic 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
  • Posted By watkins on 03/21/2011 12:00 PM

    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

    thanks for your answer, but what I am looking for is a list with name,pool,ip,port,failover method, etc

    that is, showing the detail of all application names