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
May 02, 2014Nimbostratus
Hi 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.