Forum Discussion
richard_stubbs_
Aug 17, 2014Nimbostratus
BigSuds - bigsuds.ConnectionError: BadStatusLine: ''
On a certain F5 (V11) I keep getting a Connecti : BasStatusLine: ''
Looks like BigSuds is getting back a response that is making puke
Anyone have any bright ideas?
2014-08-17 18:10:28 INFO:...
mimlo_61970
Aug 18, 2014Cumulonimbus
Confirmed working with python2.7 as well, so unless something is wrong in 11.4.0 I have no idea. Below is what I tested with in ipython
b = bigsuds.BIGIP(hostname=hostname, username=username, password=password)
interfaces = b.Networking.Interfaces.get_list()
b.Networking.Interfaces.get_statistics(interfaces)
This returned the expected interface statistics
pools = b.LocalLB.Pool.get_list()
b.LocalLB.Pool.get_active_member_count(pools)
This returned a list of active pool members for each pool supplied.
Anything else different? Any partitions/folders involved?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects