Getting Started with pyControl
I've been dying to spend some time digging in to python, iControl, >M--why not combine all three into a single article? Done. This article will walk you through the iControl methods (in python, y...
Published May 27, 2009
Version 1.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Jun 27, 2012Yep, should work fine. Need to pass a list of virtual servers to the get_statistics() method:
server_list = b.LocalLB.VirtualServer.get_list()
server_stats = b.LocalLB.VirtualServer.get_statistics(virtual_servers = server_list)