...
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.
...
Description | Performs a bulk export of all records in your Controller database. The location of the export is specified by the Export Path (opswise.export.path ) Universal Controller system property. The default directory, where $CATALINA_HOME is the base Tomcat installation directory, is either: $CATALINA_HOME/opswise_export $CATALINA_HOME\opswise_export
Each export creates a sub-directory under the specified path in the following format:
WWW_MMM_DD_HH_MM_SS_TZ_YYYY-BULK_EXPORT WWW : 3-Letter WeekdayMMM : 3-Letter MonthDD : DayHH : HourMM : MinuteSS : SecondTZ : Time ZoneYYYY : 4-Digit Year
Note |
---|
| Export Bulk performs a similar function as the Bulk Export Server Operation, but not Bulk Export with Versions. |
|
---|
Syntax | uagcmd ops-export-bulk global parameters
|
---|
Example | |
---|
Anchor |
---|
| ops-export-trigger |
---|
| ops-export-trigger |
---|
|
Export Trigger
Anchor |
---|
| export trigger |
---|
| 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. All exported XML definition files will be saved to a timestamped directory under the path defined by the Export Path Universal Controller system property. The following illustrates a sample output directory and exported data:
![](https://stonebranchdocs.atlassian.net/wiki/download/attachments/794498547/Sample_trigger_output%201.png?version=1&modificationDate=1720630769441&cacheVersion=1&api=v2)
![](https://stonebranchdocs.atlassian.net/wiki/download/attachments/794498547/Sample_trigger_output%202.png?version=1&modificationDate=1720630769681&cacheVersion=1&api=v2) |
---|
Syntax | uagcmd ops-export-trigger global parameters trigger-name=name [trigger-type=type]
|
---|
Parameters | trigger-name= Required; Name of one or more triggers. Wildcards are supported.trigger-type= Optional; If you used a wildcard in trigger-name, you can use trigger-type to narrow down the selection to a specific type of trigger. Allowable values are (not case sensitive): cron, time, file_trigger, temporary, task_monitor, manual, application_monitor.
|
---|
Example | This example exports all triggers whose name begins with SF:
|
---|
...