Variable 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 Variables, which are listed alphabetically on this page.
Syntax, parameters, and examples for each function are provided.
List Variables
Description |
Lists the specified variable(s). |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Parameters |
|
Example |
uagcmd ops-variable-list -c config.cfg variable-name=abc variable-scope=task task-name=Task A |
Set Variables
Description |
Sets the specified variable. |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Parameters |
|
Example |
uagcmd ops-variable-set -c config.cfg variable-name=myvar1 variable-value=mydata1 create=yes Warning CLI supports modifying only certain types of variables - see Modifying Variables. |