config

Purpose

Import or export appliance configurations.

Syntax

config <export|import|usage|listExports> [-file] <filename> [-keyStore] <keystore>
[-trustStore] <truststore> [-silent] [-noRestart]

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

None

Related commands

This command has the following subcommands: See usage, export, import, listExports, and deleteExport.

Example

Import or export appliance configurations.
config export -file foo.json -silent
config import -file foo.json -keyStore keyStore.jks -trustStore trustStore.jks
config import -file foo.json -noRestart
config usage
config listExports
config deleteExport export_1942-09-06_13-50-14.036.json