Password Functions
Overview
The command line syntax for each execution of the CLI command, uagcmd, must specify a single CLI function, required / optional Global parameters, and required / optional function-specific parameters. You must use the required Global parameters to connect to OMS Servers and to log on to a Controller (User ID and Password).
Universal Controller supports the following CLI functions for Passwords, which are listed alphabetically on this page.
Syntax, parameters, and examples for each function are provided.
Change User Password
Description | Changes the password for the specified Universal Controller User account. Note The authenticated user must have the ops_admin user role. |
---|---|
Syntax | Note For backward-compatibility, you can exclude |
Parameters |
|
Example | uagcmd ops-change-user-password -c config.cfg user-id=user A new-password=password A |
Change Credentials Password
Description | Changes the runtime password for the specified Universal Controller credentials resource. Note The authenticated user must have the Update Credential permission. |
---|---|
Syntax | Note For backward-compatibility, you can exclude |
Parameters |
|
Example | uagcmd ops-change-credentials-password -c config.cfg credentials-name=Credential A new-runtime-password=password A |