Forum Discussion
Kraig_52305
May 14, 2012Nimbostratus
List Config and VIPs With iControl
I have a user that only has read access to F5 LTM's V10 and V11. They would like to pull the full bigip.conf files from 35 load balancers for historical reference and would like a quick way to find wh...
snovakov_86258
May 14, 2012Nimbostratus
Kraig,
Welcome to the 'iControl' world!
Yes, repetitive and mundane tasks like this are easily automated using 'iControl' API.
Look at the documentation associated with your particular version, etc.
For example, I'm using 'iControl' v10.2.0 and would use the following 'iControl' API method to retrieve a file from an appliance:
System.ConfigSync.download_file()
To get a system's complete list of VIPs I would use the:
LocalLB.VirtualAddress.get_list()
method.
This method returns an array of String of virtual IP addresses on the targeted appliance.
~ Steven
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