import

Purpose

Import the appliance configuration.

Syntax

config import

Parameters

-file
The -file flag is followed by the file name where you want to store configuration content.
-truststore
The -trustStore flag is followed by the truststore file name that is a part of your appliance configuration. When you import SSL settings other than those settings that are stored in the configuration list, such as the export_TIMESTAMP.json setting, you must supply this value.
-keystore
The -keyStore flag is followed by the keystore file name that is a part of your appliance configuration. When you import SSL settings other than those settings that are stored in the configuration list, such as the export_TIMESTAMP.json setting, you must supply this value.
-noRestart
Certain appliance settings require you to restart your appliances. If you set this flag, then none of your appliances are restarted. However, if you set the -noRestart parameter, then you must manually restart your appliances to preserve settings that require it.
-silent
When specified, the config command status messages are not displayed, which is the default behavior.

Usage notes

You must pass the import command with the -file flag.

Example

Export the appliance configuration.
config import -file foo.json -silent