Getting Started with Bigsuds–a New Python Library for iControl
I imagine the progression for you, the reader, will be something like this in the first six- or seven-hundred milliseconds after reading the title: Oh cool! Wait, what? Don’t we already have like two...
Published Nov 07, 2012
Version 1.0JRahm
Admin
Joined January 20, 2005
JRahm
Admin
Joined January 20, 2005
Brian_Gibson_30
Aug 29, 2013Nimbostratus
Jason,
Is the get_destination_v2 method in bigsuds? When I try to call it interactively I get the following...
Traceback (most recent call last):
File "", line 1, in
host.LocalLB.VirtualServer.get_destination_v2(Vertica-vs)
File "/usr/lib/python2.6/site-packages/bigsuds-1.0.1-py2.6.egg/bigsuds.py", line 364, in __getattr__
method = getattr(self._client.service, attr)
File "/usr/lib/python2.6/site-packages/suds/client.py", line 299, in __getattr__
return getattr(port, name)
File "/usr/lib/python2.6/site-packages/suds/client.py", line 403, in __getattr__
return getattr(m, name)
File "/usr/lib/python2.6/site-packages/suds/client.py", line 494, in __getattr__
return self[name]
File "/usr/lib/python2.6/site-packages/suds/client.py", line 507, in __getitem__
raise MethodNotFound, qn
MethodNotFound: Method not found: 'LocalLB.VirtualServer.LocalLB.VirtualServerPort.get_destination_v2'