Parameter Parsing
To aid in the writing of scripts, Automic Automation Intelligence comes with a utility module "params.py" which makes it easy to add command line parameters to a script. Some parameters are used by params.login_with_params()
to connect to the Automic Automation Intelligence server. All other parameters can be used by the script in any way at all and can be read with params.get_params()
.
For more details, see params.login_with_params() and params.get_params() on Getting Started Commands.