View and edit the Data Governance Server configuration.
This utility offers three primary modes of operation, the interactive mode, the non-interactive mode and batch mode. The interactive mode supports viewing and editing the configuration via an intuitive, menu driven environment. Running dsconfig in interactive command-line mode provides a user-friendly, menu-driven interface for accessing and configuring the server. To start dsconfig in interactive command-line mode, simply invoke the dsconfig shell script or batch file without any arguments.
The dsconfig non-interactive command-line mode provides a simple way to make arbitrary changes to the Ping Identity Data Governance Server by invoking it on the command-line. If you want to use administrative scripts to automate the configuration process, then run the dsconfig command in non-interactive mode.
The dsconfig tool provides a batching mechanism that reads multiple dsconfig invocations from a file and executes them sequentially. The batch file provides advantages over standard scripting in that it minimizes LDAP connections and JVM invocations that normally occur with each dsconfig call. You can view the logs/config-audit.log file to review the configuration changes made to the Ping Identity Data Governance Server and use them in the batch file.
dsconfig
dsconfig --no-prompt --bindDN uid=admin,dc=example,dc=com \ --bindPassword password set-backend-prop --backend-name userRoot \ --set db-cache-percent:40 \ --add compact-common-parent-dn:ou=accts,dc=example,dc=com \ --add compact-common-parent-dn:ou=subs,dc=example,dc=com
dsconfig --bindDN uid=admin,dc=example,dc=com --bindPassword password \ --no-prompt --batch-file /path/to/config-batch.txt
dsconfig list-properties --offline --inherited
Create Access Token Validators
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the new Access Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Access Token Validator to create. The type value can be one of the following: external-api-gateway | jwt | mock | ping-federate | third-party |
Required | No |
Multi-Valued | No |
Create Advice
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--advice-name {name}
Description | The name of the new Advice |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Advice to create. The type value can be one of the following: third-party |
Required | No |
Multi-Valued | No |
Create Alert Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new Alert Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Alert Handler to create. The type value can be one of the following: custom | error-log | exec | groovy-scripted | jmx | smtp | snmp | snmp-sub-agent | third-party | twilio |
Required | No |
Multi-Valued | No |
Create Backends
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--backend-name {STRING}
Description | The name of the new Backend which will also be used as the value of the 'backend-id' property. Specifies a name to identify the associated backend. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Backend to create. The type value can be one of the following: custom |
Required | No |
Multi-Valued | No |
Create Certificate Mappers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the new Certificate Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Certificate Mapper to create. The type value can be one of the following: fingerprint | groovy-scripted | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn | third-party |
Required | No |
Multi-Valued | No |
Create Cipher Stream Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Cipher Stream Provider to create. The type value can be one of the following: amazon-key-management-service | default | file-based | third-party | vault | wait-for-passphrase |
Required | No |
Multi-Valued | No |
Create Connection Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new Connection Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Connection Handler to create. The type value can be one of the following: http | jmx | ldap | ldif |
Required | No |
Multi-Valued | No |
Create Correlation Attribute Pairs
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--pair-name {name}
Description | The name of the new Correlation Attribute Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Custom Logged Stats
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the new Custom Logged Stats |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Custom Logged Stats to create. The type value can be one of the following: custom |
Required | No |
Multi-Valued | No |
Create Debug Targets
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {STRING_NAME}
Description | The name of the new Debug Target which will also be used as the value of the 'debug-scope' property. Specifies the fully-qualified Java package, class, or method affected by the settings in this target definition. Use the number character (#) to separate the class name and the method name (that is, com.unboundid.directory.server.core.DirectoryServer#startUp). |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create DN Maps
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the new DN Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Error Templates
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--template-name {name}
Description | The name of the new Error Template |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create External Servers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--server-name {name}
Description | The name of the new External Server |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of External Server to create. The type value can be one of the following: active-directory | api | consent-service | http | ldap | nokia-ds | nokia-proxy-server | opendj | oracle-unified-directory | ping-identity-ds | ping-identity-proxy-server | policy | smtp | sun-ds |
Required | No |
Multi-Valued | No |
Create Failure Lockout Actions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--action-name {name}
Description | The name of the new Failure Lockout Action |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Failure Lockout Action to create. The type value can be one of the following: delay-bind-response | lock-account | no-operation |
Required | No |
Multi-Valued | No |
Create Gateway API Endpoints
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the new Gateway API Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Gauges
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--gauge-name {name}
Description | The name of the new Gauge |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Gauge to create. The type value can be one of the following: indicator | numeric |
Required | No |
Multi-Valued | No |
Create Gauge Data Sources
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the new Gauge Data Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Gauge Data Source to create. The type value can be one of the following: indicator | numeric |
Required | No |
Multi-Valued | No |
Create HTTP Servlet Cross Origin Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new HTTP Servlet Cross Origin Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create HTTP Servlet Extensions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the new HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of HTTP Servlet Extension to create. The type value can be one of the following: availability-state | file-server | gateway | groovy-scripted | third-party |
Required | No |
Multi-Valued | No |
Create Identity Mappers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the new Identity Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Identity Mapper to create. The type value can be one of the following: exact-match | groovy-scripted | regular-expression | third-party |
Required | No |
Multi-Valued | No |
Create Impacted Attributes Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Impacted Attributes Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Impacted Attributes Provider to create. The type value can be one of the following: scim |
Required | No |
Multi-Valued | No |
Create Key Manager Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Key Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Key Manager Provider to create. The type value can be one of the following: custom | file-based | pkcs11 | third-party |
Required | No |
Multi-Valued | No |
Create Key Pairs
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--pair-name {name}
Description | The name of the new Key Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create LDAP External Server Templates
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--template-name {name}
Description | The name of the new LDAP External Server Template |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create LDAP Health Checks
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--check-name {name}
Description | The name of the new LDAP Health Check |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of LDAP Health Check to create. The type value can be one of the following: admin-alert | custom | groovy-scripted | replication-backlog | search | third-party | work-queue-busyness |
Required | No |
Multi-Valued | No |
Create Load Balancing Algorithms
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--algorithm-name {name}
Description | The name of the new Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Load Balancing Algorithm to create. The type value can be one of the following: failover | fewest-operations |
Required | No |
Multi-Valued | No |
Create Locations
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--location-name {name}
Description | The name of the new Location |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Log File Rotation Listeners
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--listener-name {name}
Description | The name of the new Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log File Rotation Listener to create. The type value can be one of the following: copy | summarize | third-party |
Required | No |
Multi-Valued | No |
Create Log Publishers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the new Log Publisher |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Publisher to create. The type value can be one of the following: common-log-file-http-operation | debug-access | file-based-access | file-based-audit | file-based-debug | file-based-error | file-based-policy-decision | file-based-trace | groovy-scripted-access | groovy-scripted-error | groovy-scripted-file-based-access | groovy-scripted-file-based-error | groovy-scripted-http-operation | json-access | json-error | syslog-based-access | syslog-based-error | third-party-access | third-party-error | third-party-file-based-access | third-party-file-based-error | third-party-http-operation |
Required | No |
Multi-Valued | No |
Create Log Retention Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Log Retention Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Retention Policy to create. The type value can be one of the following: file-count | free-disk-space | never-delete | size-limit | time-limit |
Required | No |
Multi-Valued | No |
Create Log Rotation Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Log Rotation Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Log Rotation Policy to create. The type value can be one of the following: fixed-time | never-rotate | size-limit | time-limit |
Required | No |
Multi-Valued | No |
Create Monitor Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Monitor Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Monitor Provider to create. The type value can be one of the following: custom | third-party |
Required | No |
Multi-Valued | No |
Create Monitoring Endpoints
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the new Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Monitoring Endpoint to create. The type value can be one of the following: statsd |
Required | No |
Multi-Valued | No |
Create Obscured Values
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--value-name {name}
Description | The name of the new Obscured Value |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Password Policies
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the new Password Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Password Storage Schemes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--scheme-name {name}
Description | The name of the new Password Storage Scheme |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Password Storage Scheme to create. The type value can be one of the following: argon2 | bcrypt | crypt | pbkdf2 | scrypt | third-party | third-party-enhanced |
Required | No |
Multi-Valued | No |
Create Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Plugin to create. The type value can be one of the following: custom | groovy-scripted | periodic-stats-logger | search-shutdown | seven-bit-clean | snmp-subagent | third-party |
Required | No |
Multi-Valued | No |
Create Policy Configuration Keys
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--key-name {name}
Description | The name of the new Policy Configuration Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Recurring Tasks
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--task-name {name}
Description | The name of the new Recurring Task |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Recurring Task to create. The type value can be one of the following: backup | collect-support-data | delay | enter-lockdown-mode | exec | file-retention | generate-server-profile | ldif-export | leave-lockdown-mode | statically-defined | third-party |
Required | No |
Multi-Valued | No |
Create Recurring Task Chains
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--chain-name {name}
Description | The name of the new Recurring Task Chain |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Root DN Users
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the new Root DN User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create SASL Mechanism Handlers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the new SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of SASL Mechanism Handler to create. The type value can be one of the following: third-party |
Required | No |
Multi-Valued | No |
Create SCIM Attributes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {attribute-name}
Description | The name of the new SCIM Attribute which will also be used as the value of the 'name' property. The name of the attribute. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create SCIM Resource Types
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the new SCIM Resource Type |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of SCIM Resource Type to create. The type value can be one of the following: mapping | pass-through |
Required | No |
Multi-Valued | No |
Create SCIM Schemas
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {urn}
Description | The name of the new SCIM Schema which will also be used as the value of the 'schema-urn' property. The URN which identifies this SCIM Schema. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create SCIM Subattributes
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--subattribute-name {name}
Description | The name of the new SCIM Subattribute |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Secondary Store Adapters
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the new Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Server Groups
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--group-name {name}
Description | The name of the new Server Group |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sideband API Endpoints
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the new Sideband API Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Sideband API Shared Secrets
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--secret-name {name}
Description | The name of the new Sideband API Shared Secret |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Store Adapters
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--adapter-name {urn-component}
Description | The name of the new Store Adapter which will also be used as the value of the 'name' property. The name of the Store Adapter. The name must be valid as a component of a URN. |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Store Adapter to create. The type value can be one of the following: ldap | third-party |
Required | No |
Multi-Valued | No |
Create Store Adapter Mappings
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the Mapping SCIM Resource Type |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the new Store Adapter Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Store Adapter Plugins
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the new Store Adapter Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Store Adapter Plugin to create. The type value can be one of the following: third-party |
Required | No |
Multi-Valued | No |
Create Token Resource Lookup Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--method-name {name}
Description | The name of the new Token Resource Lookup Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Token Resource Lookup Method to create. The type value can be one of the following: scim | third-party |
Required | No |
Multi-Valued | No |
Create Topology Admin Users
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the new Topology Admin User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Trust Manager Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the new Trust Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Trust Manager Provider to create. The type value can be one of the following: blind | file-based | jvm-default | third-party |
Required | No |
Multi-Valued | No |
Create Trusted Certificates
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--certificate-name {name}
Description | The name of the new Trusted Certificate |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Vault Authentication Methods
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the new Vault Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Vault Authentication Method to create. The type value can be one of the following: app-role | static-token | user-pass |
Required | No |
Multi-Valued | No |
Create Velocity Context Providers
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the new Velocity Context Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-t {type}
--type {type}
Description | The type of Velocity Context Provider to create. The type value can be one of the following: custom | third-party | velocity-tools |
Required | No |
Multi-Valued | No |
Create Velocity Template Loaders
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the new Velocity Template Loader |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Create Web Application Extensions
When using dsconfig in non-interactive mode, the --set option value can be specified in two ways:First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the new Web Application Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Delete Access Token Validators
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Access Token Validators |
Delete Advice
--advice-name {name}
Description | The name of the Advice |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Advice |
Delete Alert Handlers
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Alert Handlers |
Delete Backends
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Backends |
Delete Certificate Mappers
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Certificate Mappers |
Delete Cipher Stream Providers
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Cipher Stream Providers |
Delete Connection Handlers
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Connection Handlers |
Delete Correlation Attribute Pairs
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--pair-name {name}
Description | The name of the Correlation Attribute Pair |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Correlation Attribute Pairs |
Delete Custom Logged Stats
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Custom Logged Stats |
Delete Debug Targets
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Debug Targets |
Delete DN Maps
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent DN Maps |
Delete Error Templates
--template-name {name}
Description | The name of the Error Template |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Error Templates |
Delete External Servers
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent External Servers |
Delete Failure Lockout Actions
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Failure Lockout Actions |
Delete Gateway API Endpoints
--endpoint-name {name}
Description | The name of the Gateway API Endpoint |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Gateway API Endpoints |
Delete Gauges
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Gauges |
Delete Gauge Data Sources
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Gauge Data Sources |
Delete HTTP Servlet Cross Origin Policies
--policy-name {name}
Description | The name of the HTTP Servlet Cross Origin Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent HTTP Servlet Cross Origin Policies |
Delete HTTP Servlet Extensions
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent HTTP Servlet Extensions |
Delete Identity Mappers
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Identity Mappers |
Delete Impacted Attributes Providers
--provider-name {name}
Description | The name of the Impacted Attributes Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Impacted Attributes Providers |
Delete Key Manager Providers
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Key Manager Providers |
Delete Key Pairs
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Key Pairs |
Delete LDAP External Server Templates
--template-name {name}
Description | The name of the LDAP External Server Template |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent LDAP External Server Templates |
Delete LDAP Health Checks
--check-name {name}
Description | The name of the LDAP Health Check |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent LDAP Health Checks |
Delete Load Balancing Algorithms
--algorithm-name {name}
Description | The name of the Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Load Balancing Algorithms |
Delete Locations
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Locations |
Delete Log File Rotation Listeners
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log File Rotation Listeners |
Delete Log Publishers
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Publishers |
Delete Log Retention Policies
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Retention Policies |
Delete Log Rotation Policies
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Rotation Policies |
Delete Monitor Providers
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Monitor Providers |
Delete Monitoring Endpoints
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Monitoring Endpoints |
Delete Obscured Values
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Obscured Values |
Delete Password Policies
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Policies |
Delete Password Storage Schemes
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Storage Schemes |
Delete Plugins
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Plugins |
Delete Policy Configuration Keys
--key-name {name}
Description | The name of the Policy Configuration Key |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Policy Configuration Keys |
Delete Recurring Tasks
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Recurring Tasks |
Delete Recurring Task Chains
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Recurring Task Chains |
Delete Root DN Users
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Root DN Users |
Delete SASL Mechanism Handlers
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SASL Mechanism Handlers |
Delete SCIM Attributes
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM Attributes |
Delete SCIM Resource Types
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM Resource Types |
Delete SCIM Schemas
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM Schemas |
Delete SCIM Subattributes
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--subattribute-name {name}
Description | The name of the SCIM Subattribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent SCIM Subattributes |
Delete Secondary Store Adapters
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Secondary Store Adapters |
Delete Server Groups
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Server Groups |
Delete Sideband API Endpoints
--endpoint-name {name}
Description | The name of the Sideband API Endpoint |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sideband API Endpoints |
Delete Sideband API Shared Secrets
--secret-name {name}
Description | The name of the Sideband API Shared Secret |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Sideband API Shared Secrets |
Delete Store Adapters
--adapter-name {name}
Description | The name of the Store Adapter |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Store Adapters |
Delete Store Adapter Mappings
--type-name {name}
Description | The name of the Mapping SCIM Resource Type |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Store Adapter Mapping |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Store Adapter Mappings |
Delete Store Adapter Plugins
--plugin-name {name}
Description | The name of the Store Adapter Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Store Adapter Plugins |
Delete Token Resource Lookup Methods
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--method-name {name}
Description | The name of the Token Resource Lookup Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Token Resource Lookup Methods |
Delete Topology Admin Users
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Topology Admin Users |
Delete Trust Manager Providers
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Trust Manager Providers |
Delete Trusted Certificates
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Trusted Certificates |
Delete Vault Authentication Methods
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Vault Authentication Methods |
Delete Velocity Context Providers
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Velocity Context Providers |
Delete Velocity Template Loaders
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Velocity Template Loaders |
Delete Web Application Extensions
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Web Application Extensions |
Show Access Control Handler properties
--property {property}
Description | The name of a property to be displayed. See properties for Access Control Handler or one of its subcomponents DSEE Compat Access Control Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Access Token Validator properties
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Access Token Validator or one of its subcomponents External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Advice properties
--advice-name {name}
Description | The name of the Advice |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Advice or one of its subcomponents Add Filter Advice, Combine SCIM Search Authorizations Advice, Denied Reason Advice, Exclude Attributes Advice, Filter Response Advice, Include Attributes Advice, Modify Attributes Advice, Modify Headers Advice, Modify Query Advice, Regex Replace Attributes Advice, Third Party Advice in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Alarm Manager properties
--property {property}
Description | The name of a property to be displayed. See properties for Alarm Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Alert Handler properties
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Backend properties
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Certificate Mapper properties
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Cipher Secret Key properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Cipher Secret Key |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Cipher Stream Provider properties
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Connection Handler properties
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Correlation Attribute Pair properties
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--pair-name {name}
Description | The name of the Correlation Attribute Pair |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Correlation Attribute Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Crypto Manager properties
--property {property}
Description | The name of a property to be displayed. See properties for Crypto Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Custom Logged Stats properties
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Debug Target properties
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show DN Map properties
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Error Template properties
--template-name {name}
Description | The name of the Error Template |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Error Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show External Server properties
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM External Server, SMTP External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Failure Lockout Action properties
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Gateway API Endpoint properties
--endpoint-name {name}
Description | The name of the Gateway API Endpoint |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Gauge Data Source properties
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Gauge properties
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Global Configuration properties
--property {property}
Description | The name of a property to be displayed. See properties for Global Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Configuration properties
--property {property}
Description | The name of a property to be displayed. See properties for HTTP Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Servlet Cross Origin Policy properties
--policy-name {name}
Description | The name of the HTTP Servlet Cross Origin Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for HTTP Servlet Cross Origin Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show HTTP Servlet Extension properties
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Identity Mapper properties
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Identity Mapper or one of its subcomponents Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Impacted Attributes Provider properties
--provider-name {name}
Description | The name of the Impacted Attributes Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Impacted Attributes Provider or one of its subcomponents SCIM Impacted Attributes Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Inter Server Authentication Info properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--info-name {name}
Description | The name of the Inter Server Authentication Info |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Key Manager Provider properties
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Key Pair properties
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show LDAP External Server Template properties
--template-name {name}
Description | The name of the LDAP External Server Template |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for LDAP External Server Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show LDAP Health Check properties
--check-name {name}
Description | The name of the LDAP Health Check |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for LDAP Health Check or one of its subcomponents Admin Alert LDAP Health Check, Scripted LDAP Health Check, Replication Backlog LDAP Health Check, Search LDAP Health Check, Third Party LDAP Health Check, Work Queue Busyness LDAP Health Check in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show LDAP SDK Debug Logger properties
--property {property}
Description | The name of a property to be displayed. See properties for LDAP SDK Debug Logger in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show License properties
--property {property}
Description | The name of a property to be displayed. See properties for License in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Load Balancing Algorithm properties
--algorithm-name {name}
Description | The name of the Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Single Server Load Balancing Algorithm, Weighted Load Balancing Algorithm in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Location properties
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log File Rotation Listener properties
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Publisher properties
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Error Log Publisher, Policy Decision Log Publisher, Sync Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Retention Policy properties
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Log Rotation Policy properties
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Mac Secret Key properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Mac Secret Key |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Monitor Provider properties
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Monitoring Endpoint properties
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Obscured Value properties
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Policy properties
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Password Storage Scheme properties
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Password Storage Scheme or one of its subcomponents AES Password Storage Scheme, Argon2 Password Storage Scheme, Base64 Password Storage Scheme, Bcrypt Password Storage Scheme, Blowfish Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, MD5 Password Storage Scheme, PBKDF2 Password Storage Scheme, RC4 Password Storage Scheme, SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted SHA256 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA512 Password Storage Scheme, Scrypt Password Storage Scheme, Third Party Enhanced Password Storage Scheme, Third Party Password Storage Scheme, Triple DES Password Storage Scheme in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Plugin properties
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
--property {property}
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Plugin Root properties
--property {property}
Description | The name of a property to be displayed. See properties for Plugin Root in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Policy Configuration Key properties
--key-name {name}
Description | The name of the Policy Configuration Key |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Policy Configuration Key in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Policy Decision Service properties
--property {property}
Description | The name of a property to be displayed. See properties for Policy Decision Service in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Recurring Task Chain properties
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Recurring Task properties
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Recurring Task or one of its subcomponents Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Root DN properties
--property {property}
Description | The name of a property to be displayed. See properties for Root DN in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Root DN User properties
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SASL Mechanism Handler properties
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM Attribute properties
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM Resource Type properties
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Resource Type or one of its subcomponents Mapping SCIM Resource Type, Pass Through SCIM Resource Type in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM Schema properties
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Schema in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show SCIM Subattribute properties
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--subattribute-name {name}
Description | The name of the SCIM Subattribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Subattribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Secondary Store Adapter properties
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Secondary Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Group properties
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Instance Listener properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Server Instance properties
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Server Instance or one of its subcomponents Directory Server Instance, Governance Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sideband API Endpoint properties
--endpoint-name {name}
Description | The name of the Sideband API Endpoint |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Sideband API Shared Secret properties
--secret-name {name}
Description | The name of the Sideband API Shared Secret |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Sideband API Shared Secret in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Store Adapter Mapping properties
--type-name {name}
Description | The name of the Mapping SCIM Resource Type |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Store Adapter Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Store Adapter Plugin properties
--plugin-name {name}
Description | The name of the Store Adapter Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter Plugin or one of its subcomponents Third Party Store Adapter Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Store Adapter properties
--adapter-name {name}
Description | The name of the Store Adapter |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Token Resource Lookup Method properties
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--method-name {name}
Description | The name of the Token Resource Lookup Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Token Resource Lookup Method or one of its subcomponents SCIM Token Resource Lookup Method, Third Party Token Resource Lookup Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Topology Admin User properties
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Trust Manager Provider properties
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Trusted Certificate properties
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Vault Authentication Method properties
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Velocity Context Provider properties
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Velocity Template Loader properties
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
Show Web Application Extension properties
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--tab-delimited
Description | Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line |
--suppress-undefined-properties
Description | Do not display properties that have no default, nor currently configured value, unless specifically requested by the --property option |
List existing Access Token Validators
--property {property}
Description | The name of a property to be displayed. See properties for Access Token Validator or one of its subcomponents External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Advice
--property {property}
Description | The name of a property to be displayed. See properties for Advice or one of its subcomponents Add Filter Advice, Combine SCIM Search Authorizations Advice, Denied Reason Advice, Exclude Attributes Advice, Filter Response Advice, Include Attributes Advice, Modify Attributes Advice, Modify Headers Advice, Modify Query Advice, Regex Replace Attributes Advice, Third Party Advice in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Alert Handlers
--property {property}
Description | The name of a property to be displayed. See properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Backends
--property {property}
Description | The name of a property to be displayed. See properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Certificate Mappers
--property {property}
Description | The name of a property to be displayed. See properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Cipher Secret Keys
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Cipher Stream Providers
--property {property}
Description | The name of a property to be displayed. See properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Connection Handlers
--property {property}
Description | The name of a property to be displayed. See properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Correlation Attribute Pairs
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Correlation Attribute Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Custom Logged Stats
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Debug Targets
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing DN Maps
--property {property}
Description | The name of a property to be displayed. See properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Error Templates
--property {property}
Description | The name of a property to be displayed. See properties for Error Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing External Servers
--property {property}
Description | The name of a property to be displayed. See properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM External Server, SMTP External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Failure Lockout Actions
--property {property}
Description | The name of a property to be displayed. See properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Gateway API Endpoints
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Gauge Data Sources
--property {property}
Description | The name of a property to be displayed. See properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Gauges
--property {property}
Description | The name of a property to be displayed. See properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing HTTP Servlet Cross Origin Policies
--property {property}
Description | The name of a property to be displayed. See properties for HTTP Servlet Cross Origin Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing HTTP Servlet Extensions
--property {property}
Description | The name of a property to be displayed. See properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Identity Mappers
--property {property}
Description | The name of a property to be displayed. See properties for Identity Mapper or one of its subcomponents Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Impacted Attributes Providers
--property {property}
Description | The name of a property to be displayed. See properties for Impacted Attributes Provider or one of its subcomponents SCIM Impacted Attributes Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Inter Server Authentication Info
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Key Manager Providers
--property {property}
Description | The name of a property to be displayed. See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Key Pairs
--property {property}
Description | The name of a property to be displayed. See properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing LDAP External Server Templates
--property {property}
Description | The name of a property to be displayed. See properties for LDAP External Server Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing LDAP Health Checks
--property {property}
Description | The name of a property to be displayed. See properties for LDAP Health Check or one of its subcomponents Admin Alert LDAP Health Check, Scripted LDAP Health Check, Replication Backlog LDAP Health Check, Search LDAP Health Check, Third Party LDAP Health Check, Work Queue Busyness LDAP Health Check in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Load Balancing Algorithms
--property {property}
Description | The name of a property to be displayed. See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Single Server Load Balancing Algorithm, Weighted Load Balancing Algorithm in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Locations
--property {property}
Description | The name of a property to be displayed. See properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log File Rotation Listeners
--property {property}
Description | The name of a property to be displayed. See properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Publishers
--property {property}
Description | The name of a property to be displayed. See properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Error Log Publisher, Policy Decision Log Publisher, Sync Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Retention Policies
--property {property}
Description | The name of a property to be displayed. See properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Log Rotation Policies
--property {property}
Description | The name of a property to be displayed. See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Mac Secret Keys
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Monitor Providers
--property {property}
Description | The name of a property to be displayed. See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Monitoring Endpoints
--property {property}
Description | The name of a property to be displayed. See properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Obscured Values
--property {property}
Description | The name of a property to be displayed. See properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Policies
--property {property}
Description | The name of a property to be displayed. See properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Storage Schemes
--property {property}
Description | The name of a property to be displayed. See properties for Password Storage Scheme or one of its subcomponents AES Password Storage Scheme, Argon2 Password Storage Scheme, Base64 Password Storage Scheme, Bcrypt Password Storage Scheme, Blowfish Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, MD5 Password Storage Scheme, PBKDF2 Password Storage Scheme, RC4 Password Storage Scheme, SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted SHA256 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA512 Password Storage Scheme, Scrypt Password Storage Scheme, Third Party Enhanced Password Storage Scheme, Third Party Password Storage Scheme, Triple DES Password Storage Scheme in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Plugins
--property {property}
List existing Policy Configuration Keys
--property {property}
Description | The name of a property to be displayed. See properties for Policy Configuration Key in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
Describes managed objects and their properties
-c {category}
--category {category}
Description | The category of components whose properties should be described. The list of categories is available in the 'Component' column in the output of 'dsconfig list-properties' |
Required | No |
Multi-Valued | No |
-t {type}
--type {type}
Description | The type of components whose properties should be described. The value for TYPE must be one of the component types associated with the CATEGORY specified using the '--category' option. The list of categories is available in the 'Type' column in the output of 'dsconfig list-properties' |
Required | No |
Multi-Valued | No |
--inherited
Description | Modifies the display output to show the inherited properties of components |
--complexity {level}
Description | Specifies the maximum complexity level for items to display. Allowed values (in order of increasing complexity) are 'basic', 'standard', 'advanced', and 'expert'. Advanced properties will be shown when a value of 'advanced' or 'expert' is provided |
Allowed Values |
basic standard advanced expert |
Default Value | standard |
Required | No |
Multi-Valued | No |
--includeDescription
Description | Indicates that the description for each property should be included in the output. This may create very long lines |
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Recurring Task Chains
--property {property}
Description | The name of a property to be displayed. See properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Recurring Tasks
--property {property}
Description | The name of a property to be displayed. See properties for Recurring Task or one of its subcomponents Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Root DN Users
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing SASL Mechanism Handlers
--property {property}
Description | The name of a property to be displayed. See properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM Attributes
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM Resource Types
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Resource Type or one of its subcomponents Mapping SCIM Resource Type, Pass Through SCIM Resource Type in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM Schemas
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Schema in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing SCIM Subattributes
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for SCIM Subattribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Secondary Store Adapters
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Secondary Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Groups
--property {property}
Description | The name of a property to be displayed. See properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Instance Listeners
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Instances
--property {property}
Description | The name of a property to be displayed. See properties for Server Instance or one of its subcomponents Directory Server Instance, Governance Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Sideband API Endpoints
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Sideband API Shared Secrets
--property {property}
Description | The name of a property to be displayed. See properties for Sideband API Shared Secret in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Store Adapter Mappings
--type-name {name}
Description | The name of the Mapping SCIM Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Store Adapter Plugins
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter Plugin or one of its subcomponents Third Party Store Adapter Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Store Adapters
--property {property}
Description | The name of a property to be displayed. See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Token Resource Lookup Methods
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Token Resource Lookup Method or one of its subcomponents SCIM Token Resource Lookup Method, Third Party Token Resource Lookup Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Topology Admin Users
--property {property}
Description | The name of a property to be displayed |
Required | No |
Multi-Valued | Yes |
List existing Trust Manager Providers
--property {property}
Description | The name of a property to be displayed. See properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Trusted Certificates
--property {property}
Description | The name of a property to be displayed. See properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Vault Authentication Methods
--property {property}
Description | The name of a property to be displayed. See properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Velocity Context Providers
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Velocity Template Loaders
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Web Application Extensions
--property {property}
Description | The name of a property to be displayed. See properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
Modify Access Control Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Access Control Handler or one of its subcomponents DSEE Compat Access Control Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Access Token Validator properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Access Token Validator or one of its subcomponents External API Gateway Access Token Validator, External Access Token Validator, Mock Access Token Validator, Third Party Access Token Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Advice properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--advice-name {name}
Description | The name of the Advice |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Advice or one of its subcomponents Add Filter Advice, Combine SCIM Search Authorizations Advice, Denied Reason Advice, Exclude Attributes Advice, Filter Response Advice, Include Attributes Advice, Modify Attributes Advice, Modify Headers Advice, Modify Query Advice, Regex Replace Attributes Advice, Third Party Advice in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Alarm Manager properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Alarm Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Alert Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the Alert Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Alert Handler or one of its subcomponents Error Log Alert Handler, Exec Alert Handler, Scripted Alert Handler, JMX Alert Handler, SMTP Alert Handler, SNMP Alert Handler, SNMP Sub Agent Alert Handler, Third Party Alert Handler, Twilio Alert Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Backend properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--backend-name {name}
Description | The name of the Backend |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Backend or one of its subcomponents Notification Backend, Backup Backend, Canned Response Backend, Changelog Backend, Config File Handler Backend, Encryption Settings Backend, JE Backend, LDIF Backend, Memory Backend, Metrics Backend, Monitor Backend, Schema Backend, Task Backend, Trust Store Backend in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Certificate Mapper properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the Certificate Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Certificate Mapper or one of its subcomponents Fingerprint Certificate Mapper, Scripted Certificate Mapper, Subject Attribute To User Attribute Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Cipher Secret Key properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Cipher Secret Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Cipher Stream Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Cipher Stream Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Cipher Stream Provider or one of its subcomponents Amazon Key Management Service Cipher Stream Provider, Default Cipher Stream Provider, File Based Cipher Stream Provider, Third Party Cipher Stream Provider, Vault Cipher Stream Provider, Wait For Passphrase Cipher Stream Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Connection Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the Connection Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Connection Handler or one of its subcomponents HTTP Connection Handler, JMX Connection Handler, LDAP Connection Handler, LDIF Connection Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Correlation Attribute Pair properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--pair-name {name}
Description | The name of the Correlation Attribute Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Correlation Attribute Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Crypto Manager properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Crypto Manager in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Custom Logged Stats properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Periodic Stats Logger Plugin |
Required | No |
Multi-Valued | No |
--stats-name {name}
Description | The name of the Custom Logged Stats |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Custom Logged Stats in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Debug Target properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Debug Log Publisher |
Required | No |
Multi-Valued | No |
--target-name {name}
Description | The name of the Debug Target |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Debug Target in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify DN Map properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--map-name {name}
Description | The name of the DN Map |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for DN Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Error Template properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--template-name {name}
Description | The name of the Error Template |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Error Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify External Server properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--server-name {name}
Description | The name of the External Server |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for External Server or one of its subcomponents HTTP External Server, LDAP External Server, JDBC External Server, Kafka Cluster External Server, Mock External Server, SCIM External Server, SMTP External Server in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Failure Lockout Action properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--action-name {name}
Description | The name of the Failure Lockout Action |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Failure Lockout Action or one of its subcomponents Delay Bind Response Failure Lockout Action, Lock Account Failure Lockout Action, No Operation Failure Lockout Action in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Gateway API Endpoint properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the Gateway API Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Gauge Data Source properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--source-name {name}
Description | The name of the Gauge Data Source |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Gauge Data Source or one of its subcomponents Indicator Gauge Data Source, Numeric Gauge Data Source in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Gauge properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--gauge-name {name}
Description | The name of the Gauge |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Gauge or one of its subcomponents Indicator Gauge, Numeric Gauge in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Global Configuration properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Global Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Configuration properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for HTTP Configuration in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Servlet Cross Origin Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the HTTP Servlet Cross Origin Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for HTTP Servlet Cross Origin Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify HTTP Servlet Extension properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for HTTP Servlet Extension or one of its subcomponents Availability State HTTP Servlet Extension, Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, Directory REST API HTTP Servlet Extension, File Server HTTP Servlet Extension, Gateway HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, PDP Endpoint HTTP Servlet Extension, Quickstart HTTP Servlet Extension, SCIM2 HTTP Servlet Extension, Sideband API HTTP Servlet Extension, Standard HTTP Servlet Extension, Third Party HTTP Servlet Extension, Velocity HTTP Servlet Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Identity Mapper properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--mapper-name {name}
Description | The name of the Identity Mapper |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Identity Mapper or one of its subcomponents Exact Match Identity Mapper, Scripted Identity Mapper, Regular Expression Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Impacted Attributes Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Impacted Attributes Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Impacted Attributes Provider or one of its subcomponents SCIM Impacted Attributes Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Inter Server Authentication Info properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--info-name {name}
Description | The name of the Inter Server Authentication Info |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Inter Server Authentication Info or one of its subcomponents Certificate Inter Server Authentication Info, Password Inter Server Authentication Info in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Key Manager Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Key Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, PKCS11 Key Manager Provider, Third Party Key Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Key Pair properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--pair-name {name}
Description | The name of the Key Pair |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Key Pair in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify LDAP External Server Template properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--template-name {name}
Description | The name of the LDAP External Server Template |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for LDAP External Server Template in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify LDAP Health Check properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--check-name {name}
Description | The name of the LDAP Health Check |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for LDAP Health Check or one of its subcomponents Admin Alert LDAP Health Check, Scripted LDAP Health Check, Replication Backlog LDAP Health Check, Search LDAP Health Check, Third Party LDAP Health Check, Work Queue Busyness LDAP Health Check in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify LDAP SDK Debug Logger properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for LDAP SDK Debug Logger in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify License properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for License in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Load Balancing Algorithm properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--algorithm-name {name}
Description | The name of the Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Single Server Load Balancing Algorithm, Weighted Load Balancing Algorithm in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Location properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--location-name {name}
Description | The name of the Location |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Location in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log File Rotation Listener properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--listener-name {name}
Description | The name of the Log File Rotation Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Log File Rotation Listener or one of its subcomponents Copy Log File Rotation Listener, Summarize Log File Rotation Listener, Third Party Log File Rotation Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Publisher properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--publisher-name {name}
Description | The name of the Log Publisher |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Log Publisher or one of its subcomponents Access Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Error Log Publisher, Policy Decision Log Publisher, Sync Log Publisher, Trace Log Publisher in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Retention Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Log Retention Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Log Retention Policy or one of its subcomponents File Count Log Retention Policy, Free Disk Space Log Retention Policy, Never Delete Log Retention Policy, Size Limit Log Retention Policy, Time Limit Log Retention Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Log Rotation Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Log Rotation Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Never Rotate Log Rotation Policy, Size Limit Log Rotation Policy, Time Limit Log Rotation Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Mac Secret Key properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--key-name {name}
Description | The name of the Mac Secret Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Monitor Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Monitor Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider, Entry Cache Monitor Provider, General Monitor Provider, Host System Monitor Provider, Memory Usage Monitor Provider, SSL Context Monitor Provider, Stack Trace Monitor Provider, System Info Monitor Provider, Third Party Monitor Provider, Version Monitor Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Monitoring Endpoint properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the Monitoring Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Monitoring Endpoint or one of its subcomponents StatsD Monitoring Endpoint in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Obscured Value properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--value-name {name}
Description | The name of the Obscured Value |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Obscured Value in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Policy properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--policy-name {name}
Description | The name of the Password Policy |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Password Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Password Storage Scheme properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--scheme-name {name}
Description | The name of the Password Storage Scheme |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Password Storage Scheme or one of its subcomponents AES Password Storage Scheme, Argon2 Password Storage Scheme, Base64 Password Storage Scheme, Bcrypt Password Storage Scheme, Blowfish Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, MD5 Password Storage Scheme, PBKDF2 Password Storage Scheme, RC4 Password Storage Scheme, SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted SHA256 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA512 Password Storage Scheme, Scrypt Password Storage Scheme, Third Party Enhanced Password Storage Scheme, Third Party Password Storage Scheme, Triple DES Password Storage Scheme in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Plugin Root properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Plugin Root in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Policy Configuration Key properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--key-name {name}
Description | The name of the Policy Configuration Key |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Policy Configuration Key in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Policy Decision Service properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Policy Decision Service in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Recurring Task Chain properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--chain-name {name}
Description | The name of the Recurring Task Chain |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Recurring Task Chain in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Recurring Task properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--task-name {name}
Description | The name of the Recurring Task |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Recurring Task or one of its subcomponents Backup Recurring Task, Collect Support Data Recurring Task, Delay Recurring Task, Enter Lockdown Mode Recurring Task, Exec Recurring Task, File Retention Recurring Task, Generate Server Profile Recurring Task, LDIF Export Recurring Task, Leave Lockdown Mode Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Root DN properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Root DN in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Root DN User properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the Root DN User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SASL Mechanism Handler properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--handler-name {name}
Description | The name of the SASL Mechanism Handler |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for SASL Mechanism Handler or one of its subcomponents Anonymous SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler, External SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Plain SASL Mechanism Handler, Third Party SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, UnboundID External Auth SASL Mechanism Handler, UnboundID Inter Server SASL Mechanism Handler, UnboundID Ms Chap V2 SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Yubikey OTP SASL Mechanism Handler in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM Attribute properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for SCIM Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM Resource Type properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for SCIM Resource Type or one of its subcomponents Mapping SCIM Resource Type, Pass Through SCIM Resource Type in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM Schema properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for SCIM Schema in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify SCIM Subattribute properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--schema-name {name}
Description | The name of the SCIM Schema |
Required | No |
Multi-Valued | No |
--attribute-name {name}
Description | The name of the SCIM Attribute |
Required | No |
Multi-Valued | No |
--subattribute-name {name}
Description | The name of the SCIM Subattribute |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for SCIM Subattribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Secondary Store Adapter properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the SCIM Resource Type |
Required | No |
Multi-Valued | No |
--adapter-name {name}
Description | The name of the Secondary Store Adapter |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Secondary Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Group properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--group-name {name}
Description | The name of the Server Group |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Server Group in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Instance Listener properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--listener-name {name}
Description | The name of the Server Instance Listener |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Server Instance Listener or one of its subcomponents HTTP Server Instance Listener, LDAP Server Instance Listener in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Server Instance properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--instance-name {name}
Description | The name of the Server Instance |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Server Instance or one of its subcomponents Directory Server Instance, Governance Server Instance, Metrics Engine Server Instance, Proxy Server Instance, Sync Server Instance in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sideband API Endpoint properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--endpoint-name {name}
Description | The name of the Sideband API Endpoint |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Sideband API Shared Secret properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--secret-name {name}
Description | The name of the Sideband API Shared Secret |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Sideband API Shared Secret in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Store Adapter Mapping properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--type-name {name}
Description | The name of the Mapping SCIM Resource Type |
Required | No |
Multi-Valued | No |
--mapping-name {name}
Description | The name of the Store Adapter Mapping |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Store Adapter Mapping in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Store Adapter Plugin properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--plugin-name {name}
Description | The name of the Store Adapter Plugin |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Store Adapter Plugin or one of its subcomponents Third Party Store Adapter Plugin in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Store Adapter properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--adapter-name {name}
Description | The name of the Store Adapter |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Token Resource Lookup Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--validator-name {name}
Description | The name of the Access Token Validator |
Required | No |
Multi-Valued | No |
--method-name {name}
Description | The name of the Token Resource Lookup Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Token Resource Lookup Method or one of its subcomponents SCIM Token Resource Lookup Method, Third Party Token Resource Lookup Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Topology Admin User properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--user-name {name}
Description | The name of the Topology Admin User |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Trust Manager Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--provider-name {name}
Description | The name of the Trust Manager Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Trust Manager Provider or one of its subcomponents Blind Trust Manager Provider, File Based Trust Manager Provider, JVM Default Trust Manager Provider, Third Party Trust Manager Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Trusted Certificate properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--certificate-name {name}
Description | The name of the Trusted Certificate |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Trusted Certificate in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Vault Authentication Method properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--method-name {name}
Description | The name of the Vault Authentication Method |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Vault Authentication Method or one of its subcomponents App Role Vault Authentication Method, Static Token Vault Authentication Method, User Pass Vault Authentication Method in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Velocity Context Provider properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--provider-name {name}
Description | The name of the Velocity Context Provider |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Velocity Context Provider or one of its subcomponents Third Party Velocity Context Provider, Velocity Tools Velocity Context Provider in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Velocity Template Loader properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Velocity HTTP Servlet Extension |
Required | No |
Multi-Valued | No |
--loader-name {name}
Description | The name of the Velocity Template Loader |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Velocity Template Loader in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
Modify Web Application Extension properties
When using dsconfig in non-interactive mode, --set, --add, and --remove option values can be specified in two ways: First, the name of the property and its value may be separated using a colon (:) in the command. For example, set the enabled property of an example configuration object with the following:
dsconfig set-example-prop --example-name 'An Object' --set enabled:true
Values can also be specified in a text file, where the property name in the command is followed by the less-than operator (<) and either an absolute path, or a path relative to the current directory, from which the value is read. This notation is useful for specifying complex property values such as XML, or when specifying passwords or other sensitive values. For example, set the password property to a value specified in a file in the /tmp directory of the host (use single or double quotes around the property-file string, according to your operating system):
dsconfig set-example-prop --example-name 'An Object' --set 'password
--extension-name {name}
Description | The name of the Web Application Extension |
Required | No |
Multi-Valued | No |
--set {PROP:VALUE} or {PROP
Description | Assign a value to a property, where PROP is the name of the property and VALUE is the single value to be assigned. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--reset {property}
Description | Reset a property back to its default values, where PROP is the name of the property to be reset. See properties for Web Application Extension or one of its subcomponents Console Web Application Extension in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
--add {PROP:VALUE} or {PROP
Description | Add a single value to a property, where PROP is the name of the property and VALUE is the single value to be added. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
--remove {PROP:VALUE} or {PROP
Description | Remove a single value from a property, where PROP is the name of the property and VALUE is the single value to be removed. Alternatively, the value can be read from a text file with the less-than (<) operator, where FILE is a path to a text file containing the value. See the help above for usage information and examples |
Required | No |
Multi-Valued | Yes |
-V
--version
Description | Display Data Governance Server version information |
-H
--help
Description | Display general usage information |
--help-ldap
Description | Display help for using LDAP options |
--help-sasl
Description | Display help for using SASL options |
--help-debug
Description | Display help for using debug options |
Advanced | Yes |
--advanced
Description | Allow the configuration of advanced components and properties |
-v
--verbose
Description | Use verbose mode |
-Q
--quiet
Description | Use quiet mode |
-n
--no-prompt
Description | Use non-interactive mode. If data in the command is missing, you will not be prompted and the tool will fail |
-F {batchFilePath}
--batch-file {batchFilePath}
Description | Path to a file containing a sequence of dsconfig commands to run |
Required | No |
Multi-Valued | No |
--batch-continue-on-error
Description | Force the execution of all commands in the batch file on the server even if prevalidation fails. Execution will also continue even if one of the commands fails. Please note that commands affecting multiple servers can still fail to execute unless the --applyChangeTo argument is provided with the value server-group-force. Only applies if the batch file argument is also supplied |
--dry-run
Description | Validate configuration changes but do not apply them. This option can only be used along with the -F/--batch-file option |
--applyChangeTo [server-group|server-group-force|single-server]
Description | Controls whether changes apply to a single server or all servers in the configuration server group |
Allowed Values |
single-server server-group-force server-group |
Required | No |
Multi-Valued | No |
--offline
Description | Interact with the local configuration while the server is offline. Not for use while the server is running |
-r {reason}
--reason {reason}
Description | A string describing the reason for the configuration change |
Required | No |
Multi-Valued | No |
-Z
--useSSL
Description | Use SSL for secure communication with the server |
-q
--useStartTLS
Description | Use StartTLS to secure communication with the server |
--useNoSecurity
Description | Use no security when communicating with the server |
-h {host}
--hostname {host}
Description | Data Governance Server hostname or IP address |
Default Value | localhost |
Required | No |
Multi-Valued | No |
-p {port}
--port {port}
Description | Data Governance Server port number |
Default Value | 389 |
Required | No |
Multi-Valued | No |
-D {bindDN}
--bindDN {bindDN}
Description | DN used to bind to the server |
Default Value | cn=Directory Manager |
Required | No |
Multi-Valued | No |
-w {bindPassword}
--bindPassword {bindPassword}
Description | Password used to bind to the server |
Required | No |
Multi-Valued | No |
-j {bindPasswordFile}
--bindPasswordFile {bindPasswordFile}
Description | Bind password file |
Required | No |
Multi-Valued | No |
-o {name=value}
--saslOption {name=value}
Description | SASL bind options |
Required | No |
Multi-Valued | Yes |
-X
--trustAll
Description | Trust all server SSL certificates |
-P {truststorePath}
--trustStorePath {truststorePath}
Description | Certificate truststore path |
Default Value | /home/centos/workspace/Core-Release-Pipeline/build/package/PingDataGovernance/config/truststore |
Required | No |
Multi-Valued | No |
-T {truststorePassword}
--trustStorePassword {truststorePassword}
Description | Certificate truststore PIN |
Required | No |
Multi-Valued | No |
-U {path}
--trustStorePasswordFile {path}
Description | Certificate truststore PIN file |
Required | No |
Multi-Valued | No |
-K {keystorePath}
--keyStorePath {keystorePath}
Description | Certificate keystore path |
Required | No |
Multi-Valued | No |
-W {keystorePassword}
--keyStorePassword {keystorePassword}
Description | Certificate keystore PIN |
Required | No |
Multi-Valued | No |
-u {keystorePasswordFile}
--keyStorePasswordFile {keystorePasswordFile}
Description | Certificate keystore PIN file |
Required | No |
Multi-Valued | No |
-N {nickname}
--certNickname {nickname}
Description | Nickname of the certificate for SSL client authentication |
Required | No |
Multi-Valued | No |
--propertiesFilePath {propertiesFilePath}
Description | Path to the file that contains default property values used for command-line arguments |
Required | No |
Multi-Valued | No |
--noPropertiesFile
Description | Specify that no properties file will be used to get default command-line argument values |
--script-friendly
Description | Use script-friendly mode |
--help-authorization-and-policies
Description | Display subcommands relating to authorization and policies |
--help-classifications
Description | Display subcommands relating to connection and operation classification |
--help-core-server
Description | Display subcommands relating to core |
--help-data-sources
Description | Display subcommands relating to data sources |
--help-database
Description | Display subcommands relating to backends, indexing, and caching |
--help-ldap-admin
Description | Display subcommands relating to ldap (administration and monitoring) |
--help-logging
Description | Display subcommands relating to logging, monitoring, and notifications |
--help-scim
Description | Display subcommands relating to scim |
--help-security
Description | Display subcommands relating to security and authorization |
--help-system
Description | Display subcommands relating to system |
--help-topology
Description | Display subcommands relating to topology |
--help-web
Description | Display subcommands relating to web services and applications |
--help-subcommands
Description | Display all subcommands |