Forum Discussion
arjunnambiartc_
Feb 26, 2015Nimbostratus
Python bigsuds for Bigip 4.x
I have some very old legacy devices running on version 4.5.13 and I need to pull some information via Icontrol. Firstly does 4.x support Icontrol ? Python is my language of choice and i use the bigsu...
JRahm
Feb 27, 2015Admin
Bigsuds is just a soap wrapper, so it should have some success. This should work:
import bigsuds
b = bigsuds.BIGIP(hostname = 'x.x.x.x',username = 'admin', password ='password')
b.ITCMSystem.SystemInfo.get_product_info()
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