Import consolecli commands

consolecli commands for importing Dashboard Application Services Hub data.

Restriction: When running consolecli.sh|bat commands in Tivoli® Integrated Portal environments, you must use tipcli.sh/bat instead. That is, the consolecli.sh|bat commands replaced the tipcli.sh/bat commands with the release of Dashboard Application Services Hub.
Note: If you specify additional parameters for the consolecli.bat|.sh Import and make a typing error, that is, if you type a parameter incorrectly, or use the incorrect case, then the commands runs as if no parameters were specified and no warning message is displayed.
ListImportPlugins
Use the ListImportPlugins command to list all plugins that are available to be imported.
Import [--includePlugins|--excludePlugins plugin1,plugin2] [--settingFile setting_file] [--backupDir backup_dir] --username console_username --password console_user_password
Use the Import command to import customization data into a Dashboard Application Services Hub environment. If you provide no parameters to the Import command, all custom data is imported by default.
Table 1. Import command arguments
Parameter and arguments Description
[--includePlugins|--excludePlugins plugin1,plugin2] Optional parameter. You can choose to include or exclude a list of plugins when you run the Import command.
[--settingFile setting_file] Optional parameter. You can specify your import requirements in a properties file instead of specifying your requirements using separate parameters at the command line. Provide a path to the settings file as the argument to the settingFile parameter. On systems running Windows you must use double backslashes characters (\\) when specifying the path to your settings file, for example, C:\\tmp\\import.properties. Command line parameters take precedence over entries in the settings file.
[--backupDir backup_dir] You can specify a directory to save the backup data during an import operation so that if it is required you can subsequently restore settings.
--username console_username Mandatory parameter. The user name for a user with the iscadmin role.
--password console_user_password Mandatory parameter. The password for the specified user name.