configuration(4.1)
configuration [-de <passphrase>] | [ -d ] | [ -e ] | [ -en <passphrase> ] | [ -l ] | [ -s ] | [-o] [-t <type>] [-n <name>] Options: -de, --decrypt Decrypt the configurations with passphrase Default: <empty string> -d, --disable Disable configurations. Default: false -e, --enable Enable configurations. Default: false -en, --encrypt Encrypt the configurations with passphrase Default: <empty string> -l, --list List configurations. Default: false -o, --locked Match only locked configurations. Default: false -n, --name Name to match configurations against. Default: .* -s, --status Status of configurations. Default: false -t, --type Type of configurations.
This command enables you to handle your configurations in various ways, such as enabling, disabling, checking status, etc.
Options
Option | Description |
---|---|
[-de, --decrypt <passphrase>] | Use this option to decrypt all configurations of the default configuration type, or configurations matching the regular expression stated with the -n option. You must enter the passphrase that you used to encrypt the configuration(s). |
[-d, --disable] | Use this option to disable all enabled configurations of the default configuration type, or configurations matching the regular expression stated with the -n option and of the type stated with the -t option. The default value is |
[-e, --enable] | Use this option to enable all disabled configurations of the default configuration type, or configurations matching the regular expression stated with the -n option and of the type stated with the -t option. The default value is |
[-en, --encrypt <passphrase>] | Use this option to encrypt all configurations of the default configuration type, or configurations matching the regular expression stated with the -n option. You must enter a passphrase. |
[-l, --list] | Use this option to list all configurations of the default type, or of the type stated with the -t option. The default value is |
[-o, --locked] | Use this option to list only locked configurations. The default value is false . |
[-n, --name] | Use this option to indicate which configurations you want to perform an action on. Only configurations matching the regular expression stated with the -n option will be affected. The default value is |
[-s, --status] | Use this option to display the status of all configurations of the default type, or configurations matching the regular expression stated with the -n option and of the type stated with the -t option. The default value is false . |
[-t, --type] | Use this option to indicate the type of configuration you want to perform an action on. Only configurations matching the stated type will be affected. Note! Currently, Event Notification and Alarm Detection are the only type of configuration supported. When used in combination with - |
Note!
The options -d, -e, -l and -s are mutually exclusive, meaning that only one of the options will be applied even if you have stated several.