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
ives_39316
Jun 27, 2012Nimbostratus
I 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.