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
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
JRahm
Jun 27, 2012Admin
Yep, 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)