View and edit the Directory Proxy 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 Directory Proxy 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 Directory Proxy 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: ping-federate | jwt |
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 Client Connection 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 {STRING}
Description | The name of the new Client Connection Policy which will also be used as the value of the 'policy-id' property. Specifies a name which uniquely identifies this Client Connection Policy in the 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 |
Create Connection Criteria
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
--criteria-name {name}
Description | The name of the new Connection Criteria |
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 Criteria to create. The type value can be one of the following: aggregate | simple | third-party |
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 Consent Definitions
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
--definition-name {id}
Description | The name of the new Consent Definition which will also be used as the value of the 'unique-id' property. A version-independent unique identifier for this Consent Definition. |
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 Consent Definition Localizations
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
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--localization-name {locale}
Description | The name of the new Consent Definition Localization which will also be used as the value of the 'locale' property. The locale of this Consent Definition Localization. |
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 Criteria Based 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 Criteria Based 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 |
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 Delegated Admin 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
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {OID}
Description | The name of the new Delegated Admin Attribute which will also be used as the value of the 'attribute-type' property. Specifies the name or OID of the LDAP attribute 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 |
Create Delegated Admin Group 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
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {OID}
Description | The name of the new Delegated Admin Group Attribute which will also be used as the value of the 'attribute-type' property. Specifies the name or OID of the LDAP attribute 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 |
Create Delegated Admin 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 Delegated Admin 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 |
Create Delegated Administrators
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 Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the new Delegated Administrator |
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 Delegated Group Administrators
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 Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the new Delegated Group Administrator |
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 Extended Operation 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 Extended Operation 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 Extended Operation Handler to create. The type value can be one of the following: custom | deliver-otp | deliver-password-reset-token | single-use-tokens | third-party | third-party-proxied | validate-totp-password |
Required | No |
Multi-Valued | No |
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: ping-identity-ds | ping-identity-proxy-server | active-directory | http | jdbc | ldap | nokia-ds | nokia-proxy-server | opendj | oracle-unified-directory | red-hat-ds | smtp | sun-ds |
Required | No |
Multi-Valued | No |
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 Global Attribute Indexes
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
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--index-name {OID}
Description | The name of the new Global Attribute Index which will also be used as the value of the 'attribute' property. Specifies the name of the attribute for which the index is to be maintained. The attribute must be defined locally in the schema, i.e, it cannot be a cached attribute that this Directory Proxy Server has obtained from backend Directory Server instances. |
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 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: file-server | 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 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 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 | health-weighted | single-server | weighted |
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 Field 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
--mapping-name {name}
Description | The name of the new Log Field 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 |
-t {type}
--type {type}
Description | The type of Log Field Mapping to create. The type value can be one of the following: access | error |
Required | No |
Multi-Valued | No |
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: admin-alert-access | common-log-file-http-operation | debug-access | detailed-http-operation | file-based-access | file-based-audit | file-based-debug | file-based-error | file-based-trace | groovy-scripted-access | groovy-scripted-error | groovy-scripted-file-based-access | groovy-scripted-file-based-error | groovy-scripted-http-operation | jdbc-based-access | jdbc-based-error | json-access | json-error | operation-timing-access | 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 |
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 OAuth Token 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 OAuth Token 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 OAuth Token Handler to create. The type value can be one of the following: groovy-scripted | third-party |
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 OTP Delivery Mechanisms
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
--mechanism-name {name}
Description | The name of the new OTP Delivery Mechanism |
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 OTP Delivery Mechanism to create. The type value can be one of the following: email | third-party | twilio |
Required | No |
Multi-Valued | No |
Create Password Generators
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
--generator-name {name}
Description | The name of the new Password Generator |
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 Generator to create. The type value can be one of the following: groovy-scripted | passphrase | random | third-party |
Required | No |
Multi-Valued | No |
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: bcrypt | crypt | pbkdf2 | scrypt | third-party | third-party-enhanced |
Required | No |
Multi-Valued | No |
Create Password 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 Password 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 Password Validator to create. The type value can be one of the following: attribute-value | character-set | custom | dictionary | groovy-scripted | haystack | length-based | regular-expression | repeated-characters | similarity-based | third-party | unique-characters |
Required | No |
Multi-Valued | No |
Create Placement 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
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--algorithm-name {name}
Description | The name of the new Placement 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 Placement Algorithm to create. The type value can be one of the following: entry-counter | hash-dn | round-robin | single-set | third-party |
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 | delay | global-referential-integrity | globally-unique-attribute | groovy-scripted | internal-search-rate | periodic-stats-logger | referral-on-update | search-shutdown | seven-bit-clean | simple-to-external-bind | snmp-subagent | sub-operation-timing | third-party |
Required | No |
Multi-Valued | No |
Create Proxy Transformations
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
--transformation-name {name}
Description | The name of the new Proxy Transformation |
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 Proxy Transformation to create. The type value can be one of the following: attribute-mapping | custom | default-value | dn-mapping | groovy-scripted | simple-to-external-bind | suppress-attribute | suppress-entry | third-party |
Required | No |
Multi-Valued | No |
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 | ldif-export | statically-defined |
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 Request Criteria
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
--criteria-name {name}
Description | The name of the new Request Criteria |
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 Request Criteria to create. The type value can be one of the following: aggregate | root-dse | simple | third-party |
Required | No |
Multi-Valued | No |
Create Request Processors
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
--processor-name {name}
Description | The name of the new Request Processor |
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 Request Processor to create. The type value can be one of the following: entry-balancing | failover | proxying |
Required | No |
Multi-Valued | No |
Create Result Code 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 Result Code 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 Result Criteria
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
--criteria-name {name}
Description | The name of the new Result Criteria |
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 Result Criteria to create. The type value can be one of the following: aggregate | simple | third-party |
Required | No |
Multi-Valued | No |
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 | unboundid-delivered-otp | unboundid-ms-chap-v2 |
Required | No |
Multi-Valued | No |
Create Search Entry Criteria
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
--criteria-name {name}
Description | The name of the new Search Entry Criteria |
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 Search Entry Criteria to create. The type value can be one of the following: aggregate | simple | third-party |
Required | No |
Multi-Valued | No |
Create Search Reference Criteria
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
--criteria-name {name}
Description | The name of the new Search Reference Criteria |
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 Search Reference Criteria to create. The type value can be one of the following: aggregate | simple | third-party |
Required | No |
Multi-Valued | No |
Create Server Affinity 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 Server Affinity 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 Server Affinity Provider to create. The type value can be one of the following: bind-dn | client-connection | client-ip | third-party |
Required | No |
Multi-Valued | No |
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 Subtree Views
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
--view-name {name}
Description | The name of the new Subtree View |
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 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 | 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 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 Virtual 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
--name {name}
Description | The name of the new Virtual 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 |
-t {type}
--type {type}
Description | The type of Virtual Attribute to create. The type value can be one of the following: custom | entry-dn | groovy-scripted | identify-references | is-member-of | member | mirror | third-party | user-defined |
Required | No |
Multi-Valued | No |
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 |
Create Weighted Server Sets
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
--set-name {name}
Description | The name of the new Weighted Server Set |
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 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 Client Connection Policies
--policy-name {name}
Description | The name of the Client Connection Policy |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Client Connection Policies |
Delete Connection Criteria
--criteria-name {name}
Description | The name of the Connection Criteria |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Connection Criteria |
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 Consent Definitions
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Consent Definitions |
Delete Consent Definition Localizations
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--localization-name {name}
Description | The name of the Consent Definition Localization |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Consent Definition Localizations |
Delete Criteria Based Load Balancing Algorithms
--algorithm-name {name}
Description | The name of the Criteria Based Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Criteria Based Load Balancing Algorithms |
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 Delegated Admin Attributes
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin Attribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Delegated Admin Attributes |
Delete Delegated Admin Group Attributes
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin Group Attribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Delegated Admin Group Attributes |
Delete Delegated Admin Resource Types
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Delegated Admin Resource Types |
Delete Delegated Administrators
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Administrator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Delegated Administrators |
Delete Delegated Group Administrators
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Group Administrator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Delegated Group Administrators |
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 Extended Operation Handlers
--handler-name {name}
Description | The name of the Extended Operation Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Extended Operation Handlers |
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 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 Global Attribute Indexes
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--index-name {name}
Description | The name of the Global Attribute Index |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Global Attribute Indexes |
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 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 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 Field Mappings
--mapping-name {name}
Description | The name of the Log Field Mapping |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Log Field Mappings |
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 OAuth Token Handlers
--handler-name {name}
Description | The name of the OAuth Token Handler |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent OAuth Token Handlers |
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 OTP Delivery Mechanisms
--mechanism-name {name}
Description | The name of the OTP Delivery Mechanism |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent OTP Delivery Mechanisms |
Delete Password Generators
--generator-name {name}
Description | The name of the Password Generator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Generators |
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 Password Validators
--validator-name {name}
Description | The name of the Password Validator |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Password Validators |
Delete Placement Algorithms
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--algorithm-name {name}
Description | The name of the Placement Algorithm |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Placement Algorithms |
Delete Plugins
--plugin-name {name}
Description | The name of the Plugin |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Plugins |
Delete Proxy Transformations
--transformation-name {name}
Description | The name of the Proxy Transformation |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Proxy Transformations |
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 Request Criteria
--criteria-name {name}
Description | The name of the Request Criteria |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Request Criteria |
Delete Request Processors
--processor-name {name}
Description | The name of the Request Processor |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Request Processors |
Delete Result Code Maps
--map-name {name}
Description | The name of the Result Code Map |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Result Code Maps |
Delete Result Criteria
--criteria-name {name}
Description | The name of the Result Criteria |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Result Criteria |
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 Search Entry Criteria
--criteria-name {name}
Description | The name of the Search Entry Criteria |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Search Entry Criteria |
Delete Search Reference Criteria
--criteria-name {name}
Description | The name of the Search Reference Criteria |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Search Reference Criteria |
Delete Server Affinity Providers
--provider-name {name}
Description | The name of the Server Affinity Provider |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Server Affinity Providers |
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 Subtree Views
--view-name {name}
Description | The name of the Subtree View |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Subtree Views |
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 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 Virtual Attributes
--name {name}
Description | The name of the Virtual Attribute |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Virtual Attributes |
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 |
Delete Weighted Server Sets
--set-name {name}
Description | The name of the Weighted Server Set |
Required | No |
Multi-Valued | No |
-f
--force
Description | Ignore nonexistent Weighted Server Sets |
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 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 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 Attribute Syntax properties
--syntax-name {name}
Description | The name of the Attribute Syntax |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Attribute Syntax or one of its subcomponents Attribute Type Description Attribute Syntax, Bit String Attribute Syntax, Boolean Attribute Syntax, Directory String Attribute Syntax, Distinguished Name Attribute Syntax, Generalized Time Attribute Syntax, Hex String Attribute Syntax, Integer Attribute Syntax, JSON Object Attribute Syntax, LDAP URL Attribute Syntax, Name And Optional UID Attribute Syntax, Telephone Number Attribute Syntax, UUID Attribute Syntax, User Password Attribute Syntax 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 Client Connection Policy properties
--policy-name {name}
Description | The name of the Client Connection Policy |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Client Connection 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 Connection Criteria properties
--criteria-name {name}
Description | The name of the Connection Criteria |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Connection Criteria or one of its subcomponents Aggregate Connection Criteria, Simple Connection Criteria, Third Party Connection Criteria 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 Consent Definition Localization properties
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--localization-name {name}
Description | The name of the Consent Definition Localization |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Consent Definition Localization 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 Consent Definition properties
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Consent Definition 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 Consent Service properties
--property {property}
Description | The name of a property to be displayed. See properties for Consent 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 Criteria Based Load Balancing Algorithm properties
--algorithm-name {name}
Description | The name of the Criteria Based Load Balancing Algorithm |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Criteria Based 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 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 Delegated Admin Attribute properties
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin 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 Delegated Admin Group Attribute properties
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin Group Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin Group 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 Delegated Admin Resource Type properties
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin 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 Delegated Administrator properties
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Administrator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Administrator 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 Delegated Group Administrator properties
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Group Administrator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Group Administrator 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 Extended Operation Handler properties
--handler-name {name}
Description | The name of the Extended Operation Handler |
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 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 LDAP External Server, HTTP External Server, JDBC 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 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 Attribute Index properties
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--index-name {name}
Description | The name of the Global Attribute Index |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Global Attribute Index 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 Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, Policy Decision Point HTTP Servlet Extension, SCIM2 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 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 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 Field Mapping properties
--mapping-name {name}
Description | The name of the Log Field Mapping |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Log Field Mapping or one of its subcomponents Access Log Field Mapping, Error Log Field 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 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, 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 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 Matching Rule properties
--rule-name {name}
Description | The name of the Matching Rule |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Matching Rule or one of its subcomponents Approximate Matching Rule, Equality Matching Rule, Ordering Matching Rule, Substring Matching Rule 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 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, 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 OAuth Token Handler properties
--handler-name {name}
Description | The name of the OAuth Token Handler |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for OAuth Token Handler or one of its subcomponents Scripted Oauth Token Handler, Third Party Oauth Token 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 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 OTP Delivery Mechanism properties
--mechanism-name {name}
Description | The name of the OTP Delivery Mechanism |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for OTP Delivery Mechanism or one of its subcomponents Email OTP Delivery Mechanism, Third Party OTP Delivery Mechanism, Twilio OTP Delivery Mechanism 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 Generator properties
--generator-name {name}
Description | The name of the Password Generator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Password Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator 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, 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 Password Validator properties
--validator-name {name}
Description | The name of the Password Validator |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password 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 Placement Algorithm properties
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--algorithm-name {name}
Description | The name of the Placement Algorithm |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Placement Algorithm or one of its subcomponents Entry Counter Placement Algorithm, Hash DN Placement Algorithm, Round Robin Placement Algorithm, Single Set Placement Algorithm, Third Party Placement 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 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 Proxy Transformation properties
--transformation-name {name}
Description | The name of the Proxy Transformation |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Proxy Transformation or one of its subcomponents Attribute Mapping Proxy Transformation, DN Mapping Proxy Transformation, Default Value Proxy Transformation, Scripted Proxy Transformation, Simple To External Bind Proxy Transformation, Suppress Attribute Proxy Transformation, Suppress Entry Proxy Transformation, Third Party Proxy Transformation 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, LDIF Export 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 Request Criteria properties
--criteria-name {name}
Description | The name of the Request Criteria |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Request Criteria or one of its subcomponents Aggregate Request Criteria, Root DSE Request Criteria, Simple Request Criteria, Third Party Request Criteria 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 Request Processor properties
--processor-name {name}
Description | The name of the Request Processor |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Request Processor or one of its subcomponents Backend Request Processor, Intermediate Request Processor, Failover Request Processor, Proxying Request Processor 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 Result Code Map properties
--map-name {name}
Description | The name of the Result Code Map |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Result Code 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 Result Criteria properties
--criteria-name {name}
Description | The name of the Result Criteria |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Result Criteria or one of its subcomponents Aggregate Result Criteria, Replication Assurance Result Criteria, Simple Result Criteria, Third Party Result Criteria 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 Root DSE Backend properties
--property {property}
Description | The name of a property to be displayed. See properties for Root DSE 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 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 Delivered OTP SASL Mechanism Handler, UnboundID Certificate Plus Password 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 Search Entry Criteria properties
--criteria-name {name}
Description | The name of the Search Entry Criteria |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Search Entry Criteria or one of its subcomponents Aggregate Search Entry Criteria, Simple Search Entry Criteria, Third Party Search Entry Criteria 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 Search Reference Criteria properties
--criteria-name {name}
Description | The name of the Search Reference Criteria |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Search Reference Criteria or one of its subcomponents Aggregate Search Reference Criteria, Simple Search Reference Criteria, Third Party Search Reference Criteria 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 Affinity Provider properties
--provider-name {name}
Description | The name of the Server Affinity Provider |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Server Affinity Provider or one of its subcomponents Bind DN Server Affinity Provider, Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Third Party Server Affinity 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 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 Subtree View properties
--view-name {name}
Description | The name of the Subtree View |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Subtree View 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, 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 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 Virtual Attribute properties
--name {name}
Description | The name of the Virtual Attribute |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Virtual Attribute or one of its subcomponents Config Model Virtual Attribute, Current Time Virtual Attribute, Entry Checksum Virtual Attribute, Entry DN Virtual Attribute, Entry UUID Virtual Attribute, Expand Timestamp Virtual Attribute, File Based Virtual Attribute, Scripted Virtual Attribute, Has Subordinates Virtual Attribute, Identify References Virtual Attribute, Instance Name Virtual Attribute, Is Member Of Virtual Attribute, Large Attribute Virtual Attribute, Member Of Server Group Virtual Attribute, Member Virtual Attribute, Mirror Virtual Attribute, Num Subordinates Virtual Attribute, Replication State Detail Virtual Attribute, Short Unique ID Virtual Attribute, Subschema Subentry Virtual Attribute, Third Party Virtual Attribute, User Defined Virtual 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 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 |
Show Weighted Server Set properties
--set-name {name}
Description | The name of the Weighted Server Set |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Weighted Server Set 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 Work Queue properties
--property {property}
Description | The name of a property to be displayed. See properties for Work Queue or one of its subcomponents Caller Invoked Work Queue, Canned Response Work Queue, High Throughput Work Queue, Traditional Work Queue, Wait Notify Work Queue 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 Access Token Validator, Third Party Access Token Validator 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 Attribute Syntaxes
--property {property}
Description | The name of a property to be displayed. See properties for Attribute Syntax or one of its subcomponents Attribute Type Description Attribute Syntax, Bit String Attribute Syntax, Boolean Attribute Syntax, Directory String Attribute Syntax, Distinguished Name Attribute Syntax, Generalized Time Attribute Syntax, Hex String Attribute Syntax, Integer Attribute Syntax, JSON Object Attribute Syntax, LDAP URL Attribute Syntax, Name And Optional UID Attribute Syntax, Telephone Number Attribute Syntax, UUID Attribute Syntax, User Password Attribute Syntax 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 Client Connection Policies
--property {property}
Description | The name of a property to be displayed. See properties for Client Connection Policy in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Connection Criteria
--property {property}
Description | The name of a property to be displayed. See properties for Connection Criteria or one of its subcomponents Aggregate Connection Criteria, Simple Connection Criteria, Third Party Connection Criteria 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 Consent Definition Localizations
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Consent Definition Localization in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Consent Definitions
--property {property}
Description | The name of a property to be displayed. See properties for Consent Definition in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Criteria Based Load Balancing Algorithms
--property {property}
Description | The name of a property to be displayed. See properties for Criteria Based Load Balancing Algorithm 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 Delegated Admin Attributes
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Delegated Admin Group Attributes
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin Group Attribute in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Delegated Admin Resource Types
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Admin Resource Type in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Delegated Administrators
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Administrator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Delegated Group Administrators
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Delegated Group Administrator 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 Extended Operation Handlers
--property {property}
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 LDAP External Server, HTTP External Server, JDBC External Server, Mock External Server, SCIM External Server, SMTP External Server in the Server Configuration Reference. |
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 Global Attribute Indexes
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Global Attribute Index 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 Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, Policy Decision Point HTTP Servlet Extension, SCIM2 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 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 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 Field Mappings
--property {property}
Description | The name of a property to be displayed. See properties for Log Field Mapping or one of its subcomponents Access Log Field Mapping, Error Log Field Mapping 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, 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 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 Matching Rules
--property {property}
Description | The name of a property to be displayed. See properties for Matching Rule or one of its subcomponents Approximate Matching Rule, Equality Matching Rule, Ordering Matching Rule, Substring Matching Rule in the Server Configuration Reference. |
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, 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 OAuth Token Handlers
--property {property}
Description | The name of a property to be displayed. See properties for OAuth Token Handler or one of its subcomponents Scripted Oauth Token Handler, Third Party Oauth Token Handler 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 OTP Delivery Mechanisms
--property {property}
Description | The name of a property to be displayed. See properties for OTP Delivery Mechanism or one of its subcomponents Email OTP Delivery Mechanism, Third Party OTP Delivery Mechanism, Twilio OTP Delivery Mechanism in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Password Generators
--property {property}
Description | The name of a property to be displayed. See properties for Password Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator 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, 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 Password Validators
--property {property}
Description | The name of a property to be displayed. See properties for Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password Validator in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Placement Algorithms
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--property {property}
Description | The name of a property to be displayed. See properties for Placement Algorithm or one of its subcomponents Entry Counter Placement Algorithm, Hash DN Placement Algorithm, Round Robin Placement Algorithm, Single Set Placement Algorithm, Third Party Placement Algorithm in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Plugins
--property {property}
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 Proxy Transformations
--property {property}
Description | The name of a property to be displayed. See properties for Proxy Transformation or one of its subcomponents Attribute Mapping Proxy Transformation, DN Mapping Proxy Transformation, Default Value Proxy Transformation, Scripted Proxy Transformation, Simple To External Bind Proxy Transformation, Suppress Attribute Proxy Transformation, Suppress Entry Proxy Transformation, Third Party Proxy Transformation in the Server Configuration Reference. |
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, LDIF Export Recurring Task, Statically Defined Recurring Task, Third Party Recurring Task in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Request Criteria
--property {property}
Description | The name of a property to be displayed. See properties for Request Criteria or one of its subcomponents Aggregate Request Criteria, Root DSE Request Criteria, Simple Request Criteria, Third Party Request Criteria in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Request Processors
--property {property}
Description | The name of a property to be displayed. See properties for Request Processor or one of its subcomponents Backend Request Processor, Intermediate Request Processor, Failover Request Processor, Proxying Request Processor in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Result Code Maps
--property {property}
Description | The name of a property to be displayed. See properties for Result Code Map in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Result Criteria
--property {property}
Description | The name of a property to be displayed. See properties for Result Criteria or one of its subcomponents Aggregate Result Criteria, Replication Assurance Result Criteria, Simple Result Criteria, Third Party Result Criteria 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 Delivered OTP SASL Mechanism Handler, UnboundID Certificate Plus Password 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 Search Entry Criteria
--property {property}
Description | The name of a property to be displayed. See properties for Search Entry Criteria or one of its subcomponents Aggregate Search Entry Criteria, Simple Search Entry Criteria, Third Party Search Entry Criteria in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Search Reference Criteria
--property {property}
Description | The name of a property to be displayed. See properties for Search Reference Criteria or one of its subcomponents Aggregate Search Reference Criteria, Simple Search Reference Criteria, Third Party Search Reference Criteria in the Server Configuration Reference. |
Required | No |
Multi-Valued | Yes |
List existing Server Affinity Providers
--property {property}
Description | The name of a property to be displayed. See properties for Server Affinity Provider or one of its subcomponents Bind DN Server Affinity Provider, Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Third Party Server Affinity Provider 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 Subtree Views
--property {property}
Description | The name of a property to be displayed. See properties for Subtree View 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, 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 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 Virtual Attributes
--property {property}
Description | The name of a property to be displayed. See properties for Virtual Attribute or one of its subcomponents Config Model Virtual Attribute, Current Time Virtual Attribute, Entry Checksum Virtual Attribute, Entry DN Virtual Attribute, Entry UUID Virtual Attribute, Expand Timestamp Virtual Attribute, File Based Virtual Attribute, Scripted Virtual Attribute, Has Subordinates Virtual Attribute, Identify References Virtual Attribute, Instance Name Virtual Attribute, Is Member Of Virtual Attribute, Large Attribute Virtual Attribute, Member Of Server Group Virtual Attribute, Member Virtual Attribute, Mirror Virtual Attribute, Num Subordinates Virtual Attribute, Replication State Detail Virtual Attribute, Short Unique ID Virtual Attribute, Subschema Subentry Virtual Attribute, Third Party Virtual Attribute, User Defined Virtual Attribute 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 |
List existing Weighted Server Sets
--property {property}
Description | The name of a property to be displayed. See properties for Weighted Server Set 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 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 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 Attribute Syntax 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
--syntax-name {name}
Description | The name of the Attribute Syntax |
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 Attribute Syntax or one of its subcomponents Attribute Type Description Attribute Syntax, Bit String Attribute Syntax, Boolean Attribute Syntax, Directory String Attribute Syntax, Distinguished Name Attribute Syntax, Generalized Time Attribute Syntax, Hex String Attribute Syntax, Integer Attribute Syntax, JSON Object Attribute Syntax, LDAP URL Attribute Syntax, Name And Optional UID Attribute Syntax, Telephone Number Attribute Syntax, UUID Attribute Syntax, User Password Attribute Syntax 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 Client Connection 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 Client Connection 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 Client Connection 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 Connection Criteria 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
--criteria-name {name}
Description | The name of the Connection Criteria |
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 Criteria or one of its subcomponents Aggregate Connection Criteria, Simple Connection Criteria, Third Party Connection Criteria 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 Consent Definition Localization 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
--definition-name {name}
Description | The name of the Consent Definition |
Required | No |
Multi-Valued | No |
--localization-name {name}
Description | The name of the Consent Definition Localization |
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 Consent Definition Localization 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 Consent Definition 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
--definition-name {name}
Description | The name of the Consent Definition |
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 Consent Definition 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 Consent 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 Consent 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 Criteria Based 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 Criteria Based 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 Criteria Based 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 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 Delegated Admin 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
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin 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 Delegated Admin 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 Delegated Admin Group 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
--type-name {name}
Description | The name of the Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--attribute-type {name}
Description | The name of the Delegated Admin Group 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 Delegated Admin Group 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 Delegated Admin 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 Delegated Admin 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 Delegated Admin 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 Delegated Administrator 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 Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Administrator |
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 Delegated Administrator 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 Delegated Group Administrator 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 Delegated Admin Resource Type |
Required | No |
Multi-Valued | No |
--administrator-name {name}
Description | The name of the Delegated Group Administrator |
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 Delegated Group Administrator 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 Extended Operation 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 Extended Operation 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}
--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 LDAP External Server, HTTP External Server, JDBC 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 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 Attribute Index 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
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--index-name {name}
Description | The name of the Global Attribute Index |
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 Global Attribute Index 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 Config HTTP Servlet Extension, Consent HTTP Servlet Extension, Delegated Admin HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Metrics HTTP Servlet Extension, Open Banking HTTP Servlet Extension, Policy Decision Point HTTP Servlet Extension, SCIM2 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 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 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 Field 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
--mapping-name {name}
Description | The name of the Log Field 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 Log Field Mapping or one of its subcomponents Access Log Field Mapping, Error Log Field 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 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, 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 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 Matching Rule 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
--rule-name {name}
Description | The name of the Matching Rule |
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 Matching Rule or one of its subcomponents Approximate Matching Rule, Equality Matching Rule, Ordering Matching Rule, Substring Matching Rule 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 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, 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 OAuth Token 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 OAuth Token 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 OAuth Token Handler or one of its subcomponents Scripted Oauth Token Handler, Third Party Oauth Token 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 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 OTP Delivery Mechanism 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
--mechanism-name {name}
Description | The name of the OTP Delivery Mechanism |
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 OTP Delivery Mechanism or one of its subcomponents Email OTP Delivery Mechanism, Third Party OTP Delivery Mechanism, Twilio OTP Delivery Mechanism 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 Generator 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
--generator-name {name}
Description | The name of the Password Generator |
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 Generator or one of its subcomponents Scripted Password Generator, Passphrase Password Generator, Random Password Generator, Third Party Password Generator 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, 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 Password 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 Password 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 Password Validator or one of its subcomponents Attribute Value Password Validator, Character Set Password Validator, Dictionary Password Validator, Scripted Password Validator, Haystack Password Validator, Length Based Password Validator, Regular Expression Password Validator, Repeated Characters Password Validator, Similarity Based Password Validator, Third Party Password Validator, Unique Characters Password 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 Placement 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
--processor-name {name}
Description | The name of the Entry Balancing Request Processor |
Required | No |
Multi-Valued | No |
--algorithm-name {name}
Description | The name of the Placement 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 Placement Algorithm or one of its subcomponents Entry Counter Placement Algorithm, Hash DN Placement Algorithm, Round Robin Placement Algorithm, Single Set Placement Algorithm, Third Party Placement 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 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 Proxy Transformation 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
--transformation-name {name}
Description | The name of the Proxy Transformation |
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 Proxy Transformation or one of its subcomponents Attribute Mapping Proxy Transformation, DN Mapping Proxy Transformation, Default Value Proxy Transformation, Scripted Proxy Transformation, Simple To External Bind Proxy Transformation, Suppress Attribute Proxy Transformation, Suppress Entry Proxy Transformation, Third Party Proxy Transformation 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, LDIF Export 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 Request Criteria 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
--criteria-name {name}
Description | The name of the Request Criteria |
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 Request Criteria or one of its subcomponents Aggregate Request Criteria, Root DSE Request Criteria, Simple Request Criteria, Third Party Request Criteria 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 Request Processor 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
--processor-name {name}
Description | The name of the Request Processor |
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 Request Processor or one of its subcomponents Backend Request Processor, Intermediate Request Processor, Failover Request Processor, Proxying Request Processor 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 Result Code 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 Result Code 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 Result Code 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 Result Criteria 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
--criteria-name {name}
Description | The name of the Result Criteria |
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 Result Criteria or one of its subcomponents Aggregate Result Criteria, Replication Assurance Result Criteria, Simple Result Criteria, Third Party Result Criteria 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 Root DSE 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
--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 DSE 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 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 Delivered OTP SASL Mechanism Handler, UnboundID Certificate Plus Password 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 Search Entry Criteria 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
--criteria-name {name}
Description | The name of the Search Entry Criteria |
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 Search Entry Criteria or one of its subcomponents Aggregate Search Entry Criteria, Simple Search Entry Criteria, Third Party Search Entry Criteria 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 Search Reference Criteria 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
--criteria-name {name}
Description | The name of the Search Reference Criteria |
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 Search Reference Criteria or one of its subcomponents Aggregate Search Reference Criteria, Simple Search Reference Criteria, Third Party Search Reference Criteria 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 Affinity 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 Server Affinity 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 Server Affinity Provider or one of its subcomponents Bind DN Server Affinity Provider, Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Third Party Server Affinity 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 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 Subtree View 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
--view-name {name}
Description | The name of the Subtree View |
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 Subtree View 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, 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 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 Virtual 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
--name {name}
Description | The name of the Virtual 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 Virtual Attribute or one of its subcomponents Config Model Virtual Attribute, Current Time Virtual Attribute, Entry Checksum Virtual Attribute, Entry DN Virtual Attribute, Entry UUID Virtual Attribute, Expand Timestamp Virtual Attribute, File Based Virtual Attribute, Scripted Virtual Attribute, Has Subordinates Virtual Attribute, Identify References Virtual Attribute, Instance Name Virtual Attribute, Is Member Of Virtual Attribute, Large Attribute Virtual Attribute, Member Of Server Group Virtual Attribute, Member Virtual Attribute, Mirror Virtual Attribute, Num Subordinates Virtual Attribute, Replication State Detail Virtual Attribute, Short Unique ID Virtual Attribute, Subschema Subentry Virtual Attribute, Third Party Virtual Attribute, User Defined Virtual 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 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 |
Modify Weighted Server Set 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-name {name}
Description | The name of the Weighted Server Set |
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 Weighted Server Set 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 Work Queue 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 Work Queue or one of its subcomponents Caller Invoked Work Queue, Canned Response Work Queue, High Throughput Work Queue, Traditional Work Queue, Wait Notify Work Queue 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 Directory Proxy 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 | Directory Proxy Server hostname or IP address |
Default Value | localhost |
Required | No |
Multi-Valued | No |
-p {port}
--port {port}
Description | Directory Proxy 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 |
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-identity-provider
Description | Display subcommands relating to identity provider |
--help-logging
Description | Display subcommands relating to logging, monitoring, and notifications |
--help-metrics-engine
Description | Display subcommands relating to metrics |
--help-proxy
Description | Display subcommands relating to proxy |
--help-replication
Description | Display subcommands relating to replication |
--help-scim
Description | Display subcommands relating to scim |
--help-security
Description | Display subcommands relating to security and authorization |
--help-sync
Description | Display subcommands relating to external synchronization |
--help-system
Description | Display subcommands relating to system |
--help-topology
Description | Display subcommands relating to topology |
--help-user-management
Description | Display subcommands relating to authentication and password management |
--help-web
Description | Display subcommands relating to web services and applications |
--help-subcommands
Description | Display all subcommands |