Parameter Parsing

To aid in the writing of scripts, Automation Analytics & 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 Automation Analytics & 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.