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.ives_39316
Nimbostratus
Jun 27, 2012I was just looking at using the LocalLB.VirtualServer.get_statistics() method, but it doesn't seem to return anything in the statistics object (where I'd expect a type of VirtualServerStatisticEntry):
 
 
https://clouddocs.f5.com/api/icontrol-soap/LocalLB__VirtualServer__VirtualServerStatistics.html
 
https://clouddocs.f5.com/api/icontrol-soap/LocalLB__VirtualServer__VirtualServerStatisticEntry.html 
 
I used virtual_server = 'x.x.x.x', where the stats were returned for that host when calling LocalLB.VirtualServer.get_all_statistics() 
 
Does this work in python 2.6 + suds + pycontrol2? Or am i missing something? 
 
Thanks to everyone who is supporting iControl and pycontrol2... it's full of awesomeness.