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
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.Brian_Gibson_30
Nimbostratus
May 02, 2014Hi Jason,
So I'm trying to make sure I'm clear. In a situation like using create_user_3 the value you would submit is a would be adictionary(user, password, permissions,login_shell)?
So it would be something like
info = {"user":{"name":"Joe","fullname":"Joe Smith"},"password":{"isencrypted":"yes","[password":"12345"},"permissions":{"role":"admin","partition":"main"} }
These nested variables are tricky without knowing the syntax prior.