ImportPagePlugin consolecli command

Use the ImportPagePlugin consolecli command to import previously exported 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.
Import [--importFile import_file] [--rollback ALL] [--haSupport both|true|false] --username console_username --password console_user_password

Windows operating systemsExample command: consolecli.bat Import --importFile c:/tmp/extest.zip --username sampleuser --password samplepassword

In this example, extest.zip, which is the output an ExportPagePlugin operation, is imported into the target Dashboard Application Services Hub instance.

Table 1. ImportPagePlugin command arguments
Parameter and arguments Description
[--importFile import_file] Optional parameter. Specifies the path and file name for the data to be imported, for example, c:/tmp/extest.zip.
[--rollback ALL] Optional parameter. Use the rollback parameter if you want to restore a Dashboard Application Services Hub environment to its pre-import state. You can only roll back an import if you have made no changes to the environment since you performed the import.
[--haSupport both|true|false] Optional parameter. You can set this parameter to both, true, or false. The setting indicates whether to include load balancing data, the default value is both. If you set it to false, only non-load balancing data is imported, that is, transformations. If is set to true, only load balancing base data is imported. When it is set to both, both types of data are imported. This parameter can also be used in non-load balanced environments. If is set to true, only base data is imported. If you set it to false, only non-base data is imported, that is, transformations.