Import and Export 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 Imports and Exports, which are listed alphabetically on this page.
Syntax, parameters, and examples for each function are provided.
Important!
It is strongly recommended that you do NOT use the Import and Export functions for modification of Universal Controller records. API functions are available if you need to programmatically update, copy, insert, or otherwise manipulate Universal Controller records.
Export Bulk
Description | Performs a bulk export of all records in your Controller database.
Each export creates a sub-directory under the specified path in the following format:
Note Export Bulk performs a similar function as the Bulk Export Server Operation, but not Bulk Export with Versions. |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Example | uagcmd ops-export-bulk -c config.cfg |
Export Trigger
Description | Performs an export of the specified trigger(s) and all the associated record(s). For example, if you export one trigger, the CLI also exports the calendar used in the trigger and all tasks launched by the trigger. The CLI creates a separate XML file for each record type and generates the output directory and file names using a date and timestamp, plus an internal record identifier generated by the Controller. |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Parameters |
|
Example | This example exports all triggers whose name begins with SF: uagcmd ops-export-trigger -c config.cfg trigger-name=SF* |
Import Bulk
Description | Performs a bulk import of records into your Controller database.
Note The data being imported must have been exported using the Export Bulk command. |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Example | uagcmd ops-import-bulk -c config.cfg |
Import Trigger
Description | Imports into your Universal Controller database the trigger records in the path specified in the |
---|---|
Syntax |
Note For backward-compatibility, you can exclude |
Parameter |
|
Example | uagcmd ops-import-trigger --c config.cfg import-file=ops\import |