Identity Broker Documentation Index
Command-Line Tool Reference Home

dsconfig

Description
Examples
Subcommands
Arguments

Description

View and edit the Identity Broker 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 UnboundID Identity Broker 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 UnboundID Identity Broker and use them in the batch file.

Examples

Start dsconfig in interactive mode:
dsconfig


Use non-interactive mode to change the amount memory used for caching database contents and to specify common parent DNs that should be compacted in the underlying database:
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


Use batch mode to read and execute a series of commands in a batch file:
dsconfig --bindDN uid=admin,dc=example,dc=com --bindPassword password \
     --no-prompt --batch-file /path/to/config-batch.txt


List information about all available configuration properties for all objects with a complexity level less than or equal to 'advanced', including inherited properties:
dsconfig list-properties --offline --complexity advanced --inherited

For examples and help with LDAP options see LDAP Option Help. For help with SASL authentication, see SASL Option Help

Subcommands

create-alert-handler
create-backend
create-broker-store
create-certificate-mapper
create-connection-criteria
create-connection-handler
create-custom-logged-stats
create-data-view
create-debug-target
create-extended-operation-handler
create-external-server
create-http-authentication-scheme
create-http-servlet-extension
create-http-session-manager
create-http-user-authenticator
create-identity-mapper
create-key-manager-provider
create-ldap-health-check
create-load-balancing-algorithm
create-location
create-log-field-mapping
create-log-history-service
create-log-publisher
create-log-retention-policy
create-log-rotation-policy
create-monitor-provider
create-password-generator
create-password-policy
create-password-storage-scheme
create-password-validator
create-plugin
create-policy-information-provider
create-redirect-resolver
create-request-criteria
create-result-criteria
create-sasl-mechanism-handler
create-search-entry-criteria
create-search-reference-criteria
create-server-affinity-provider
create-store-adapter
create-trust-manager-provider
create-velocity-context-provider
create-velocity-template-loader
create-web-application-extension
delete-alert-handler
delete-backend
delete-broker-store
delete-certificate-mapper
delete-connection-criteria
delete-connection-handler
delete-custom-logged-stats
delete-data-view
delete-debug-target
delete-extended-operation-handler
delete-external-server
delete-http-authentication-scheme
delete-http-servlet-extension
delete-http-session-manager
delete-http-user-authenticator
delete-identity-mapper
delete-key-manager-provider
delete-ldap-health-check
delete-load-balancing-algorithm
delete-location
delete-log-field-mapping
delete-log-history-service
delete-log-publisher
delete-log-retention-policy
delete-log-rotation-policy
delete-monitor-provider
delete-password-generator
delete-password-policy
delete-password-storage-scheme
delete-password-validator
delete-plugin
delete-policy-information-provider
delete-redirect-resolver
delete-request-criteria
delete-result-criteria
delete-sasl-mechanism-handler
delete-search-entry-criteria
delete-search-reference-criteria
delete-server-affinity-provider
delete-store-adapter
delete-trust-manager-provider
delete-velocity-context-provider
delete-velocity-template-loader
delete-web-application-extension
get-access-control-handler-prop
get-alert-handler-prop
get-backend-prop
get-broker-store-prop
get-certificate-mapper-prop
get-connection-criteria-prop
get-connection-handler-prop
get-crypto-manager-prop
get-custom-logged-stats-prop
get-data-view-prop
get-debug-target-prop
get-extended-operation-handler-prop
get-external-server-prop
get-global-configuration-prop
get-http-authentication-scheme-prop
get-http-servlet-extension-prop
get-http-session-manager-prop
get-http-user-authenticator-prop
get-identity-mapper-prop
get-key-manager-provider-prop
get-ldap-health-check-prop
get-ldap-sdk-debug-logger-prop
get-load-balancing-algorithm-prop
get-location-prop
get-log-field-mapping-prop
get-log-history-service-prop
get-log-publisher-prop
get-log-retention-policy-prop
get-log-rotation-policy-prop
get-monitor-provider-prop
get-oauth-service-prop
get-password-generator-prop
get-password-policy-prop
get-password-storage-scheme-prop
get-password-validator-prop
get-plugin-prop
get-plugin-root-prop
get-policy-information-provider-prop
get-policy-service-prop
get-redirect-resolver-prop
get-request-criteria-prop
get-result-criteria-prop
get-root-dn-prop
get-root-dn-user-prop
get-root-dse-backend-prop
get-sasl-mechanism-handler-prop
get-search-entry-criteria-prop
get-search-reference-criteria-prop
get-server-affinity-provider-prop
get-store-adapter-prop
get-trust-manager-provider-prop
get-velocity-context-provider-prop
get-velocity-template-loader-prop
get-web-application-extension-prop
get-work-queue-prop
list-alert-handlers
list-backends
list-broker-stores
list-certificate-mappers
list-connection-criteria
list-connection-handlers
list-custom-logged-stats
list-data-views
list-debug-targets
list-extended-operation-handlers
list-external-servers
list-http-authentication-schemes
list-http-servlet-extensions
list-http-session-manager
list-http-user-authenticators
list-identity-mappers
list-key-manager-providers
list-ldap-health-checks
list-load-balancing-algorithms
list-locations
list-log-field-mappings
list-log-history-services
list-log-publishers
list-log-retention-policies
list-log-rotation-policies
list-monitor-providers
list-password-generators
list-password-policies
list-password-storage-schemes
list-password-validators
list-plugins
list-policy-information-providers
list-properties
list-redirect-resolvers
list-request-criteria
list-result-criteria
list-root-dn-users
list-sasl-mechanism-handlers
list-search-entry-criteria
list-search-reference-criteria
list-server-affinity-providers
list-store-adapters
list-trust-manager-providers
list-velocity-context-providers
list-velocity-template-loaders
list-web-application-extensions
set-access-control-handler-prop
set-alert-handler-prop
set-backend-prop
set-broker-store-prop
set-certificate-mapper-prop
set-connection-criteria-prop
set-connection-handler-prop
set-crypto-manager-prop
set-custom-logged-stats-prop
set-data-view-prop
set-debug-target-prop
set-extended-operation-handler-prop
set-external-server-prop
set-global-configuration-prop
set-http-authentication-scheme-prop
set-http-servlet-extension-prop
set-http-session-manager-prop
set-http-user-authenticator-prop
set-identity-mapper-prop
set-key-manager-provider-prop
set-ldap-health-check-prop
set-ldap-sdk-debug-logger-prop
set-load-balancing-algorithm-prop
set-location-prop
set-log-field-mapping-prop
set-log-history-service-prop
set-log-publisher-prop
set-log-retention-policy-prop
set-log-rotation-policy-prop
set-monitor-provider-prop
set-oauth-service-prop
set-password-generator-prop
set-password-policy-prop
set-password-storage-scheme-prop
set-password-validator-prop
set-plugin-prop
set-plugin-root-prop
set-policy-information-provider-prop
set-policy-service-prop
set-redirect-resolver-prop
set-request-criteria-prop
set-result-criteria-prop
set-root-dn-prop
set-root-dn-user-prop
set-root-dse-backend-prop
set-sasl-mechanism-handler-prop
set-search-entry-criteria-prop
set-search-reference-criteria-prop
set-server-affinity-provider-prop
set-store-adapter-prop
set-trust-manager-provider-prop
set-velocity-context-provider-prop
set-velocity-template-loader-prop
set-web-application-extension-prop
set-work-queue-prop

create-alert-handler

Create Alert Handlers


create-alert-handler Arguments

--handler-name {name}

Description The name of the new Alert Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Alert Handler or one of its subcomponents JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
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-backend

Create Backends


create-backend Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Backend or one of its subcomponents Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
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: alert | backup | config-file-handler | custom | ldif | metrics | monitor | task | trust-store
Required No
Multi-Valued No

create-broker-store

Create Broker Stores


create-broker-store Arguments

--store-name {name}

Description The name of the new Broker Store
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of Broker Store to create. The type value can be one of the following: ldap
Required No
Multi-Valued No

create-certificate-mapper

Create Certificate Mappers


create-certificate-mapper Arguments

--mapper-name {name}

Description The name of the new Certificate Mapper
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Certificate Mapper or one of its subcomponents Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
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: custom | fingerprint | groovy-scripted | subject-attribute-to-user-attribute | subject-dn-to-user-attribute | subject-equals-dn | third-party
Required No
Multi-Valued No

create-connection-criteria

Create Connection Criteria


create-connection-criteria Arguments

--criteria-name {name}

Description The name of the new Connection Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Connection Criteria or one of its subcomponents Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
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 | custom | simple | third-party
Required No
Multi-Valued No

create-connection-handler

Create Connection Handlers


create-connection-handler Arguments

--handler-name {name}

Description The name of the new Connection Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Connection Handler or one of its subcomponents JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
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: custom | http | jmx | ldap | ldif
Required No
Multi-Valued No

create-custom-logged-stats

Create Custom Logged Stats


create-custom-logged-stats Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Custom Logged Stats in the Server Configuration Reference.
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-data-view

Create Data Views


create-data-view Arguments

--view-name {STRING}

Description The name of the new Data View which will also be used as the value of the 'dataview-schema-name' property. Specifies a name to identify the associated DataViewSchema.
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Data View in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-debug-target

Create Debug Targets


create-debug-target Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Debug Target in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-extended-operation-handler

Create Extended Operation Handlers


create-extended-operation-handler Arguments

--handler-name {name}

Description The name of the new Extended Operation Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
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: administrative-session | cancel | custom | get-configuration | get-connection-id | get-symmetric-key | password-modify | password-policy-state | start-tls | third-party | who-am-i
Required No
Multi-Valued No

create-external-server

Create External Servers


create-external-server Arguments

--server-name {name}

Description The name of the new External Server
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for External Server or one of its subcomponents SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
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: unboundid-ds | unboundid-proxy-server | active-directory | alcatel-lucent-ds | alcatel-lucent-proxy-server | identity-broker | ldap | smtp | sun-ds
Required No
Multi-Valued No

create-http-authentication-scheme

Create HTTP Authentication Schemes


create-http-authentication-scheme Arguments

--scheme-name {name}

Description The name of the new HTTP Authentication Scheme
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of HTTP Authentication Scheme to be created (Default: generic). The value for TYPE can be one of: basic | form-login | generic
Default Value generic
Required No
Multi-Valued No

create-http-servlet-extension

Create HTTP Servlet Extensions


create-http-servlet-extension Arguments

--extension-name {name}

Description The name of the new HTTP Servlet Extension
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Servlet Extension or one of its subcomponents Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of HTTP Servlet Extension to be created (Default: generic). The value for TYPE can be one of: data-view-scim | file-server | generic | groovy-scripted | spring-security | third-party | velocity
Default Value generic
Required No
Multi-Valued No

create-http-session-manager

Create HTTP Session Manager


create-http-session-manager Arguments

--manager-name {name}

Description The name of the new HTTP Session Manager
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of HTTP Session Manager to create. The type value can be one of the following:
Required No
Multi-Valued No

create-http-user-authenticator

Create HTTP User Authenticators


create-http-user-authenticator Arguments

--authenticator-name {name}

Description The name of the new HTTP User Authenticator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of HTTP User Authenticator to create. The type value can be one of the following: data-view-username-password
Required No
Multi-Valued No

create-identity-mapper

Create Identity Mappers


create-identity-mapper Arguments

--mapper-name {name}

Description The name of the new Identity Mapper
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Identity Mapper or one of its subcomponents Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
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: custom | exact-match | groovy-scripted | regular-expression | third-party
Required No
Multi-Valued No

create-key-manager-provider

Create Key Manager Providers


create-key-manager-provider Arguments

--provider-name {name}

Description The name of the new Key Manager Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
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-ldap-health-check

Create LDAP Health Checks


create-ldap-health-check Arguments

--check-name {name}

Description The name of the new LDAP Health Check
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for LDAP Health Check or one of its subcomponents Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
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-algorithm

Create Load Balancing Algorithms


create-load-balancing-algorithm Arguments

--algorithm-name {name}

Description The name of the new Load Balancing Algorithm
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
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: custom | failover | fewest-operations | health-weighted | round-robin | single-server | weighted
Required No
Multi-Valued No

create-location

Create Locations


create-location Arguments

--location-name {name}

Description The name of the new Location
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Location in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-log-field-mapping

Create Log Field Mappings


create-log-field-mapping Arguments

--mapping-name {name}

Description The name of the new Log Field Mapping
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Field Mapping or one of its subcomponents Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
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-history-service

Create Log History Services


create-log-history-service Arguments

--service-name {name}

Description The name of the new Log History Service
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log History Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-log-publisher

Create Log Publishers


create-log-publisher Arguments

--publisher-name {name}

Description The name of the new Log Publisher
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Publisher or one of its subcomponents Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
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 | custom-access | custom-debug | custom-error | debug-access | detailed-http-operation | file-based-access | file-based-audit | file-based-authorization | file-based-debug | file-based-error | groovy-scripted-access | groovy-scripted-error | groovy-scripted-file-based-access | groovy-scripted-file-based-error | groovy-scripted-http-operation | 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-policy

Create Log Retention Policies


create-log-retention-policy Arguments

--policy-name {name}

Description The name of the new Log Retention Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Retention Policy or one of its subcomponents Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
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: custom | file-count | free-disk-space | never-delete | size-limit
Required No
Multi-Valued No

create-log-rotation-policy

Create Log Rotation Policies


create-log-rotation-policy Arguments

--policy-name {name}

Description The name of the new Log Rotation Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
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: custom | fixed-time | never-rotate | size-limit | time-limit
Required No
Multi-Valued No

create-monitor-provider

Create Monitor Providers


create-monitor-provider Arguments

--provider-name {name}

Description The name of the new Monitor Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
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: active-operations | client-connection | custom | disk-space-usage | host-system | memory-usage | stack-trace | system-info | third-party | version
Required No
Multi-Valued No

create-password-generator

Create Password Generators


create-password-generator Arguments

--generator-name {name}

Description The name of the new Password Generator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Generator or one of its subcomponents Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
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: custom | groovy-scripted | random | third-party
Required No
Multi-Valued No

create-password-policy

Create Password Policies


create-password-policy Arguments

--policy-name {name}

Description The name of the new Password Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-password-storage-scheme

Create Password Storage Schemes


create-password-storage-scheme Arguments

--scheme-name {name}

Description The name of the new Password Storage Scheme
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Storage Scheme or one of its subcomponents Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
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: aes | base64 | blowfish | clear | crypt | custom | md5 | pbkdf2 | rc4 | salted-md5 | salted-sha1 | salted-sha256 | salted-sha384 | salted-sha512 | sha1 | third-party | third-party-enhanced | triple-des
Required No
Multi-Valued No

create-password-validator

Create Password Validators


create-password-validator Arguments

--validator-name {name}

Description The name of the new Password Validator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Validator or one of its subcomponents Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
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 | length-based | regular-expression | repeated-characters | similarity-based | third-party | unique-characters
Required No
Multi-Valued No

create-plugin

Create Plugins


create-plugin Arguments

--plugin-name {name}

Description The name of the new Plugin
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
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 | entry-uuid | groovy-scripted | ldap-attribute-description-list | password-policy-import | periodic-stats-logger | profiler | search-shutdown | seven-bit-clean | snmp-subagent | stats-collector | third-party
Required No
Multi-Valued No

create-policy-information-provider

Create Policy Information Providers


create-policy-information-provider Arguments

--provider-name {name}

Description The name of the new Policy Information Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of Policy Information Provider to create. The type value can be one of the following: third-party
Required No
Multi-Valued No

create-redirect-resolver

Create Redirect Resolvers


create-redirect-resolver Arguments

--resolver-name {name}

Description The name of the new Redirect Resolver
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of Redirect Resolver to create. The type value can be one of the following: exact-match | prefix-match
Required No
Multi-Valued No

create-request-criteria

Create Request Criteria


create-request-criteria Arguments

--criteria-name {name}

Description The name of the new Request Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Request Criteria or one of its subcomponents Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
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 | custom | root-dse | simple | third-party
Required No
Multi-Valued No

create-result-criteria

Create Result Criteria


create-result-criteria Arguments

--criteria-name {name}

Description The name of the new Result Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Result Criteria or one of its subcomponents Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
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 | custom | simple | third-party
Required No
Multi-Valued No

create-sasl-mechanism-handler

Create SASL Mechanism Handlers


create-sasl-mechanism-handler Arguments

--handler-name {name}

Description The name of the new SASL Mechanism Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for SASL Mechanism Handler or one of its subcomponents Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
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: unboundid-certificate-plus-password | unboundid-totp | anonymous | cram-md5 | custom | digest-md5 | external | gssapi | plain | third-party
Required No
Multi-Valued No

create-search-entry-criteria

Create Search Entry Criteria


create-search-entry-criteria Arguments

--criteria-name {name}

Description The name of the new Search Entry Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Search Entry Criteria or one of its subcomponents Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
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 | custom | simple | third-party
Required No
Multi-Valued No

create-search-reference-criteria

Create Search Reference Criteria


create-search-reference-criteria Arguments

--criteria-name {name}

Description The name of the new Search Reference Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Search Reference Criteria or one of its subcomponents Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
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 | custom | simple | third-party
Required No
Multi-Valued No

create-server-affinity-provider

Create Server Affinity Providers


create-server-affinity-provider Arguments

--provider-name {name}

Description The name of the new Server Affinity Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Server Affinity Provider or one of its subcomponents Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
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 | custom
Required No
Multi-Valued No

create-store-adapter

Create Store Adapters


create-store-adapter Arguments

--adapter-name {name}

Description The name of the new Store Adapter
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of Store Adapter to create. The type value can be one of the following: ldap | third-party
Required No
Multi-Valued No

create-trust-manager-provider

Create Trust Manager Providers


create-trust-manager-provider Arguments

--provider-name {name}

Description The name of the new Trust Manager Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Trust Manager Provider or one of its subcomponents Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
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 | custom | file-based | third-party
Required No
Multi-Valued No

create-velocity-context-provider

Create Velocity Context Providers


create-velocity-context-provider Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Velocity Context Provider or one of its subcomponents Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
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-loader

Create Velocity Template Loaders


create-velocity-template-loader Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Velocity Template Loader in the Server Configuration Reference.
Required No
Multi-Valued Yes

create-web-application-extension

Create Web Application Extensions


create-web-application-extension Arguments

--extension-name {name}

Description The name of the new Web Application Extension
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Web Application Extension or one of its subcomponents Broker Web Application Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

-t {type}
--type {type}

Description The type of Web Application Extension to be created (Default: generic). The value for TYPE can be one of: broker-console | generic | privacy-preferences
Default Value generic
Required No
Multi-Valued No

delete-alert-handler

Delete Alert Handlers


delete-alert-handler Arguments

--handler-name {name}

Description The name of the Alert Handler
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Alert Handlers

delete-backend

Delete Backends


delete-backend Arguments

--backend-name {name}

Description The name of the Backend
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Backends

delete-broker-store

Delete Broker Stores


delete-broker-store Arguments

--store-name {name}

Description The name of the Broker Store
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Broker Stores

delete-certificate-mapper

Delete Certificate Mappers


delete-certificate-mapper Arguments

--mapper-name {name}

Description The name of the Certificate Mapper
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Certificate Mappers

delete-connection-criteria

Delete Connection Criteria


delete-connection-criteria Arguments

--criteria-name {name}

Description The name of the Connection Criteria
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Connection Criteria

delete-connection-handler

Delete Connection Handlers


delete-connection-handler Arguments

--handler-name {name}

Description The name of the Connection Handler
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Connection Handlers

delete-custom-logged-stats

Delete Custom Logged Stats


delete-custom-logged-stats Arguments

--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-data-view

Delete Data Views


delete-data-view Arguments

--view-name {name}

Description The name of the Data View
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Data Views

delete-debug-target

Delete Debug Targets


delete-debug-target Arguments

--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-extended-operation-handler

Delete Extended Operation Handlers


delete-extended-operation-handler Arguments

--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-server

Delete External Servers


delete-external-server Arguments

--server-name {name}

Description The name of the External Server
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent External Servers

delete-http-authentication-scheme

Delete HTTP Authentication Schemes


delete-http-authentication-scheme Arguments

--scheme-name {name}

Description The name of the HTTP Authentication Scheme
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent HTTP Authentication Schemes

delete-http-servlet-extension

Delete HTTP Servlet Extensions


delete-http-servlet-extension Arguments

--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-http-session-manager

Delete HTTP Session Manager


delete-http-session-manager Arguments

--manager-name {name}

Description The name of the HTTP Session Manager
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent HTTP Session Manager

delete-http-user-authenticator

Delete HTTP User Authenticators


delete-http-user-authenticator Arguments

--authenticator-name {name}

Description The name of the HTTP User Authenticator
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent HTTP User Authenticators

delete-identity-mapper

Delete Identity Mappers


delete-identity-mapper Arguments

--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-provider

Delete Key Manager Providers


delete-key-manager-provider Arguments

--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-ldap-health-check

Delete LDAP Health Checks


delete-ldap-health-check Arguments

--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-algorithm

Delete Load Balancing Algorithms


delete-load-balancing-algorithm Arguments

--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-location

Delete Locations


delete-location Arguments

--location-name {name}

Description The name of the Location
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Locations

delete-log-field-mapping

Delete Log Field Mappings


delete-log-field-mapping Arguments

--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-history-service

Delete Log History Services


delete-log-history-service Arguments

--service-name {name}

Description The name of the Log History Service
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Log History Services

delete-log-publisher

Delete Log Publishers


delete-log-publisher Arguments

--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-policy

Delete Log Retention Policies


delete-log-retention-policy Arguments

--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-policy

Delete Log Rotation Policies


delete-log-rotation-policy Arguments

--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-provider

Delete Monitor Providers


delete-monitor-provider Arguments

--provider-name {name}

Description The name of the Monitor Provider
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Monitor Providers

delete-password-generator

Delete Password Generators


delete-password-generator Arguments

--generator-name {name}

Description The name of the Password Generator
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Password Generators

delete-password-policy

Delete Password Policies


delete-password-policy Arguments

--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-scheme

Delete Password Storage Schemes


delete-password-storage-scheme Arguments

--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-validator

Delete Password Validators


delete-password-validator Arguments

--validator-name {name}

Description The name of the Password Validator
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Password Validators

delete-plugin

Delete Plugins


delete-plugin Arguments

--plugin-name {name}

Description The name of the Plugin
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Plugins

delete-policy-information-provider

Delete Policy Information Providers


delete-policy-information-provider Arguments

--provider-name {name}

Description The name of the Policy Information Provider
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Policy Information Providers

delete-redirect-resolver

Delete Redirect Resolvers


delete-redirect-resolver Arguments

--resolver-name {name}

Description The name of the Redirect Resolver
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Redirect Resolvers

delete-request-criteria

Delete Request Criteria


delete-request-criteria Arguments

--criteria-name {name}

Description The name of the Request Criteria
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Request Criteria

delete-result-criteria

Delete Result Criteria


delete-result-criteria Arguments

--criteria-name {name}

Description The name of the Result Criteria
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Result Criteria

delete-sasl-mechanism-handler

Delete SASL Mechanism Handlers


delete-sasl-mechanism-handler Arguments

--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

Delete Search Entry Criteria


delete-search-entry-criteria Arguments

--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

Delete Search Reference Criteria


delete-search-reference-criteria Arguments

--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-provider

Delete Server Affinity Providers


delete-server-affinity-provider Arguments

--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-store-adapter

Delete Store Adapters


delete-store-adapter Arguments

--adapter-name {name}

Description The name of the Store Adapter
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Store Adapters

delete-trust-manager-provider

Delete Trust Manager Providers


delete-trust-manager-provider Arguments

--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-velocity-context-provider

Delete Velocity Context Providers


delete-velocity-context-provider Arguments

--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-loader

Delete Velocity Template Loaders


delete-velocity-template-loader Arguments

--extension-name {name}

Description The name of the Velocity HTTP Servlet Extension
Required No
Multi-Valued No

--loader-name {name}

Description The name of the Velocity Template Loader
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Velocity Template Loaders

delete-web-application-extension

Delete Web Application Extensions


delete-web-application-extension Arguments

--extension-name {name}

Description The name of the Web Application Extension
Required No
Multi-Valued No

-f
--force

Description Ignore nonexistent Web Application Extensions

get-access-control-handler-prop

Show Access Control Handler properties


get-access-control-handler-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-alert-handler-prop

Show Alert Handler properties


get-alert-handler-prop Arguments

--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 JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-backend-prop

Show Backend properties


get-backend-prop Arguments

--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 Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-broker-store-prop

Show Broker Store properties


get-broker-store-prop Arguments

--store-name {name}

Description The name of the Broker Store
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Broker Store or one of its subcomponents LDAP Broker Store 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-certificate-mapper-prop

Show Certificate Mapper properties


get-certificate-mapper-prop Arguments

--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 Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-connection-criteria-prop

Show Connection Criteria properties


get-connection-criteria-prop Arguments

--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 Third Party Connection Criteria, Aggregate Connection Criteria, Simple 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-connection-handler-prop

Show Connection Handler properties


get-connection-handler-prop Arguments

--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 JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-crypto-manager-prop

Show Crypto Manager properties


get-crypto-manager-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-custom-logged-stats-prop

Show Custom Logged Stats properties


get-custom-logged-stats-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-data-view-prop

Show Data View properties


get-data-view-prop Arguments

--view-name {name}

Description The name of the Data View
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Data 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-debug-target-prop

Show Debug Target properties


get-debug-target-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-extended-operation-handler-prop

Show Extended Operation Handler properties


get-extended-operation-handler-prop Arguments

--handler-name {name}

Description The name of the Extended Operation Handler
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-external-server-prop

Show External Server properties


get-external-server-prop Arguments

--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 SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-global-configuration-prop

Show Global Configuration properties


get-global-configuration-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-http-authentication-scheme-prop

Show HTTP Authentication Scheme properties


get-http-authentication-scheme-prop Arguments

--scheme-name {name}

Description The name of the HTTP Authentication Scheme
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-http-servlet-extension-prop

Show HTTP Servlet Extension properties


get-http-servlet-extension-prop Arguments

--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 Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-http-session-manager-prop

Show HTTP Session Manager properties


get-http-session-manager-prop Arguments

--manager-name {name}

Description The name of the HTTP Session Manager
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-http-user-authenticator-prop

Show HTTP User Authenticator properties


get-http-user-authenticator-prop Arguments

--authenticator-name {name}

Description The name of the HTTP User Authenticator
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-identity-mapper-prop

Show Identity Mapper properties


get-identity-mapper-prop Arguments

--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 Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-key-manager-provider-prop

Show Key Manager Provider properties


get-key-manager-provider-prop Arguments

--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, Third Party Key Manager Provider, PKCS11 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-ldap-health-check-prop

Show LDAP Health Check properties


get-ldap-health-check-prop Arguments

--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 Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-ldap-sdk-debug-logger-prop

Show LDAP SDK Debug Logger properties


get-ldap-sdk-debug-logger-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-load-balancing-algorithm-prop

Show Load Balancing Algorithm properties


get-load-balancing-algorithm-prop Arguments

--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, Weighted Load Balancing Algorithm, Single Server 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-location-prop

Show Location properties


get-location-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-log-field-mapping-prop

Show Log Field Mapping properties


get-log-field-mapping-prop Arguments

--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 Error Log Field Mapping, Access 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-log-history-service-prop

Show Log History Service properties


get-log-history-service-prop Arguments

--service-name {name}

Description The name of the Log History Service
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Log History 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-log-publisher-prop

Show Log Publisher properties


get-log-publisher-prop Arguments

--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 Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-log-retention-policy-prop

Show Log Retention Policy properties


get-log-retention-policy-prop Arguments

--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 Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-log-rotation-policy-prop

Show Log Rotation Policy properties


get-log-rotation-policy-prop Arguments

--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, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-monitor-provider-prop

Show Monitor Provider properties


get-monitor-provider-prop Arguments

--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, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-oauth-service-prop

Show OAuth Service properties


get-oauth-service-prop Arguments

--property {property}

Description The name of a property to be displayed.

See properties for OAuth 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-password-generator-prop

Show Password Generator properties


get-password-generator-prop Arguments

--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 Third Party Password Generator, Random Password Generator, Scripted 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-password-policy-prop

Show Password Policy properties


get-password-policy-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-password-storage-scheme-prop

Show Password Storage Scheme properties


get-password-storage-scheme-prop Arguments

--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 Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-password-validator-prop

Show Password Validator properties


get-password-validator-prop Arguments

--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 Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-plugin-prop

Show Plugin properties


get-plugin-prop Arguments

--plugin-name {name}

Description The name of the Plugin
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
Required No
Multi-Valued Yes

--tab-delimited

Description Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-plugin-root-prop

Show Plugin Root properties


get-plugin-root-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-policy-information-provider-prop

Show Policy Information Provider properties


get-policy-information-provider-prop Arguments

--provider-name {name}

Description The name of the Policy Information Provider
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-policy-service-prop

Show Policy Service properties


get-policy-service-prop Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Policy 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-redirect-resolver-prop

Show Redirect Resolver properties


get-redirect-resolver-prop Arguments

--resolver-name {name}

Description The name of the Redirect Resolver
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-request-criteria-prop

Show Request Criteria properties


get-request-criteria-prop Arguments

--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 Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-result-criteria-prop

Show Result Criteria properties


get-result-criteria-prop Arguments

--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 Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-root-dn-prop

Show Root DN properties


get-root-dn-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-root-dn-user-prop

Show Root DN User properties


get-root-dn-user-prop Arguments

--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.

See properties for Root DN User 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-root-dse-backend-prop

Show Root DSE Backend properties


get-root-dse-backend-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-sasl-mechanism-handler-prop

Show SASL Mechanism Handler properties


get-sasl-mechanism-handler-prop Arguments

--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 Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-search-entry-criteria-prop

Show Search Entry Criteria properties


get-search-entry-criteria-prop Arguments

--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 Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-search-reference-criteria-prop

Show Search Reference Criteria properties


get-search-reference-criteria-prop Arguments

--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 Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-server-affinity-provider-prop

Show Server Affinity Provider properties


get-server-affinity-provider-prop Arguments

--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 Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-store-adapter-prop

Show Store Adapter properties


get-store-adapter-prop Arguments

--adapter-name {name}

Description The name of the Store Adapter
Required No
Multi-Valued No

--property {property}

Description The name of a property to be displayed.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

--tab-delimited

Description Indicates that properties with multiple values should provide the values all on one line separated by tabs instead of providing each value on a separate line

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-trust-manager-provider-prop

Show Trust Manager Provider properties


get-trust-manager-provider-prop Arguments

--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 Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-velocity-context-provider-prop

Show Velocity Context Provider properties


get-velocity-context-provider-prop Arguments

--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 Velocity Tools Velocity Context Provider, Third Party 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-velocity-template-loader-prop

Show Velocity Template Loader properties


get-velocity-template-loader-prop Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-web-application-extension-prop

Show Web Application Extension properties


get-web-application-extension-prop Arguments

--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 Broker 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

get-work-queue-prop

Show Work Queue properties


get-work-queue-prop Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Work Queue or one of its subcomponents UnboundID Work Queue, Caller Invoked Work Queue, Wait Notify Work Queue, Canned Response Work Queue, Traditional 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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-alert-handlers

List existing Alert Handlers


list-alert-handlers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Alert Handler or one of its subcomponents JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-backends

List existing Backends


list-backends Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Backend or one of its subcomponents Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-broker-stores

List existing Broker Stores


list-broker-stores Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-certificate-mappers

List existing Certificate Mappers


list-certificate-mappers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Certificate Mapper or one of its subcomponents Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-connection-criteria

List existing Connection Criteria


list-connection-criteria Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Connection Criteria or one of its subcomponents Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-connection-handlers

List existing Connection Handlers


list-connection-handlers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Connection Handler or one of its subcomponents JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-custom-logged-stats

List existing Custom Logged Stats


list-custom-logged-stats Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-data-views

List existing Data Views


list-data-views Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Data View in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-debug-targets

List existing Debug Targets


list-debug-targets Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-extended-operation-handlers

List existing Extended Operation Handlers


list-extended-operation-handlers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-external-servers

List existing External Servers


list-external-servers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for External Server or one of its subcomponents SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-http-authentication-schemes

List existing HTTP Authentication Schemes


list-http-authentication-schemes Arguments

--property {property}

Description The name of a property to be displayed.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-http-servlet-extensions

List existing HTTP Servlet Extensions


list-http-servlet-extensions Arguments

--property {property}

Description The name of a property to be displayed.

See properties for HTTP Servlet Extension or one of its subcomponents Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-http-session-manager

List existing HTTP Session Manager


list-http-session-manager Arguments

--property {property}

Description The name of a property to be displayed.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-http-user-authenticators

List existing HTTP User Authenticators


list-http-user-authenticators Arguments

--property {property}

Description The name of a property to be displayed.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-identity-mappers

List existing Identity Mappers


list-identity-mappers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Identity Mapper or one of its subcomponents Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-key-manager-providers

List existing Key Manager Providers


list-key-manager-providers Arguments

--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, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-ldap-health-checks

List existing LDAP Health Checks


list-ldap-health-checks Arguments

--property {property}

Description The name of a property to be displayed.

See properties for LDAP Health Check or one of its subcomponents Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-load-balancing-algorithms

List existing Load Balancing Algorithms


list-load-balancing-algorithms Arguments

--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, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-locations

List existing Locations


list-locations Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-log-field-mappings

List existing Log Field Mappings


list-log-field-mappings Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Log Field Mapping or one of its subcomponents Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-log-history-services

List existing Log History Services


list-log-history-services Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Log History Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-log-publishers

List existing Log Publishers


list-log-publishers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Log Publisher or one of its subcomponents Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-log-retention-policies

List existing Log Retention Policies


list-log-retention-policies Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Log Retention Policy or one of its subcomponents Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-log-rotation-policies

List existing Log Rotation Policies


list-log-rotation-policies Arguments

--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, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-monitor-providers

List existing Monitor Providers


list-monitor-providers Arguments

--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, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-password-generators

List existing Password Generators


list-password-generators Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Password Generator or one of its subcomponents Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-password-policies

List existing Password Policies


list-password-policies Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-password-storage-schemes

List existing Password Storage Schemes


list-password-storage-schemes Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Password Storage Scheme or one of its subcomponents Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-password-validators

List existing Password Validators


list-password-validators Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Password Validator or one of its subcomponents Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-plugins

List existing Plugins


list-plugins Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-policy-information-providers

List existing Policy Information Providers


list-policy-information-providers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-properties

Describes managed objects and their properties


list-properties Arguments

-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-redirect-resolvers

List existing Redirect Resolvers


list-redirect-resolvers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-request-criteria

List existing Request Criteria


list-request-criteria Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Request Criteria or one of its subcomponents Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-result-criteria

List existing Result Criteria


list-result-criteria Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Result Criteria or one of its subcomponents Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-root-dn-users

List existing Root DN Users


list-root-dn-users Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Root DN User in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-sasl-mechanism-handlers

List existing SASL Mechanism Handlers


list-sasl-mechanism-handlers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for SASL Mechanism Handler or one of its subcomponents Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-search-entry-criteria

List existing Search Entry Criteria


list-search-entry-criteria Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Search Entry Criteria or one of its subcomponents Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-search-reference-criteria

List existing Search Reference Criteria


list-search-reference-criteria Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Search Reference Criteria or one of its subcomponents Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-server-affinity-providers

List existing Server Affinity Providers


list-server-affinity-providers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Server Affinity Provider or one of its subcomponents Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-store-adapters

List existing Store Adapters


list-store-adapters Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-trust-manager-providers

List existing Trust Manager Providers


list-trust-manager-providers Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Trust Manager Provider or one of its subcomponents Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-velocity-context-providers

List existing Velocity Context Providers


list-velocity-context-providers Arguments

--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 Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-velocity-template-loaders

List existing Velocity Template Loaders


list-velocity-template-loaders Arguments

--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

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

list-web-application-extensions

List existing Web Application Extensions


list-web-application-extensions Arguments

--property {property}

Description The name of a property to be displayed.

See properties for Web Application Extension or one of its subcomponents Broker Web Application Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

-z {unit}
--unit-size {unit}

Description Display size data using the specified unit. The value for UNIT can be one of the following: b, kb, mb, gb, or tb (bytes, kilobytes, megabytes, gigabytes, or terabytes)
Required No
Multi-Valued No

-m {unit}
--unit-time {unit}

Description Display time data using the specified unit. The value for UNIT can be one of the following: ms, s, m, h, d, or w (milliseconds, seconds, minutes, hours, days, or weeks)
Required No
Multi-Valued No

set-access-control-handler-prop

Modify Access Control Handler properties


set-access-control-handler-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

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

--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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

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

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

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

set-alert-handler-prop

Modify Alert Handler properties


set-alert-handler-prop Arguments

--handler-name {name}

Description The name of the Alert Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Alert Handler or one of its subcomponents JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
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 JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Alert Handler or one of its subcomponents JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Alert Handler or one of its subcomponents JMX Alert Handler, SNMP Alert Handler, Scripted Alert Handler, Exec Alert Handler, Third Party Alert Handler, SMTP Alert Handler, SNMP Sub Agent Alert Handler, Error Log Alert Handler, Twilio Alert Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-backend-prop

Modify Backend properties


set-backend-prop Arguments

--backend-name {name}

Description The name of the Backend
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Backend or one of its subcomponents Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
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 Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Backend or one of its subcomponents Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Backend or one of its subcomponents Changelog Backend, Backup Backend, Task Backend, Encryption Settings Backend, Monitor Backend, LDIF Backend, Trust Store Backend, Schema Backend, Metrics Backend, Memory Backend, Alert Backend, Canned Response Backend, Config File Handler Backend, JE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-broker-store-prop

Modify Broker Store properties


set-broker-store-prop Arguments

--store-name {name}

Description The name of the Broker Store
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
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 Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Broker Store or one of its subcomponents LDAP Broker Store in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-certificate-mapper-prop

Modify Certificate Mapper properties


set-certificate-mapper-prop Arguments

--mapper-name {name}

Description The name of the Certificate Mapper
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Certificate Mapper or one of its subcomponents Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
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 Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Certificate Mapper or one of its subcomponents Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Certificate Mapper or one of its subcomponents Subject Attribute To User Attribute Certificate Mapper, Fingerprint Certificate Mapper, Subject DN To User Attribute Certificate Mapper, Scripted Certificate Mapper, Subject Equals DN Certificate Mapper, Third Party Certificate Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-connection-criteria-prop

Modify Connection Criteria properties


set-connection-criteria-prop Arguments

--criteria-name {name}

Description The name of the Connection Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Connection Criteria or one of its subcomponents Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
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 Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Connection Criteria or one of its subcomponents Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Connection Criteria or one of its subcomponents Third Party Connection Criteria, Aggregate Connection Criteria, Simple Connection Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-connection-handler-prop

Modify Connection Handler properties


set-connection-handler-prop Arguments

--handler-name {name}

Description The name of the Connection Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Connection Handler or one of its subcomponents JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
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 JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Connection Handler or one of its subcomponents JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Connection Handler or one of its subcomponents JMX Connection Handler, LDIF Connection Handler, LDAP Connection Handler, HTTP Connection Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-crypto-manager-prop

Modify Crypto Manager properties


set-crypto-manager-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Crypto Manager in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Crypto Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Crypto Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-custom-logged-stats-prop

Modify Custom Logged Stats properties


set-custom-logged-stats-prop Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Custom Logged Stats in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Custom Logged Stats in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Custom Logged Stats in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-data-view-prop

Modify Data View properties


set-data-view-prop Arguments

--view-name {name}

Description The name of the Data View
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Data View in the Server Configuration Reference.
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 Data View in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Data View in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Data View in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-debug-target-prop

Modify Debug Target properties


set-debug-target-prop Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Debug Target in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Debug Target in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Debug Target in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-extended-operation-handler-prop

Modify Extended Operation Handler properties


set-extended-operation-handler-prop Arguments

--handler-name {name}

Description The name of the Extended Operation Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
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 Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Extended Operation Handler or one of its subcomponents Who Am I Extended Operation Handler, Subtree Accessibility Extended Operation Handler, Deliver OTP Extended Operation Handler, Third Party Extended Operation Handler, Administrative Session Extended Operation Handler, Get Connection Id Extended Operation Handler, Backup Compatibility Extended Operation Handler, Get Configuration Extended Operation Handler, Password Modify Extended Operation Handler, Start TLS Extended Operation Handler, Get Symmetric Key Extended Operation Handler, Batched Transactions Extended Operation Handler, Stream Directory Values Extended Operation Handler, Validate TOTP Password Extended Operation Handler, Password Policy State Extended Operation Handler, Interactive Transactions Extended Operation Handler, Get Changelog Batch Extended Operation Handler, Multi Update Extended Operation Handler, Cancel Extended Operation Handler, Stream Proxy Values Extended Operation Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-external-server-prop

Modify External Server properties


set-external-server-prop Arguments

--server-name {name}

Description The name of the External Server
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for External Server or one of its subcomponents SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
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 SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for External Server or one of its subcomponents SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for External Server or one of its subcomponents SMTP External Server, JDBC External Server, LDAP External Server, Mock External Server, SCIM External Server in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-global-configuration-prop

Modify Global Configuration properties


set-global-configuration-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Global Configuration in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Global Configuration in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Global Configuration in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-http-authentication-scheme-prop

Modify HTTP Authentication Scheme properties


set-http-authentication-scheme-prop Arguments

--scheme-name {name}

Description The name of the HTTP Authentication Scheme
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
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 Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for HTTP Authentication Scheme or one of its subcomponents Basic HTTP Authentication Scheme, Form Login HTTP Authentication Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-http-servlet-extension-prop

Modify HTTP Servlet Extension properties


set-http-servlet-extension-prop Arguments

--extension-name {name}

Description The name of the HTTP Servlet Extension
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Servlet Extension or one of its subcomponents Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
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 Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for HTTP Servlet Extension or one of its subcomponents Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for HTTP Servlet Extension or one of its subcomponents Velocity HTTP Servlet Extension, Third Party HTTP Servlet Extension, File Server HTTP Servlet Extension, Scripted HTTP Servlet Extension, SCIM HTTP Servlet Extension, Spring Security HTTP Servlet Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-http-session-manager-prop

Modify HTTP Session Manager properties


set-http-session-manager-prop Arguments

--manager-name {name}

Description The name of the HTTP Session Manager
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
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 Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for HTTP Session Manager or one of its subcomponents Memory HTTP Session Manager, LDAP HTTP Session Manager in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-http-user-authenticator-prop

Modify HTTP User Authenticator properties


set-http-user-authenticator-prop Arguments

--authenticator-name {name}

Description The name of the HTTP User Authenticator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
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 User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for HTTP User Authenticator or one of its subcomponents Data View Username Password HTTP User Authenticator in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-identity-mapper-prop

Modify Identity Mapper properties


set-identity-mapper-prop Arguments

--mapper-name {name}

Description The name of the Identity Mapper
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Identity Mapper or one of its subcomponents Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
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 Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Identity Mapper or one of its subcomponents Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Identity Mapper or one of its subcomponents Scripted Identity Mapper, Regular Expression Identity Mapper, Exact Match Identity Mapper, Third Party Identity Mapper in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-key-manager-provider-prop

Modify Key Manager Provider properties


set-key-manager-provider-prop Arguments

--provider-name {name}

Description The name of the Key Manager Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
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, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Key Manager Provider or one of its subcomponents File Based Key Manager Provider, Third Party Key Manager Provider, PKCS11 Key Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-ldap-health-check-prop

Modify LDAP Health Check properties


set-ldap-health-check-prop Arguments

--check-name {name}

Description The name of the LDAP Health Check
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for LDAP Health Check or one of its subcomponents Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
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 Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for LDAP Health Check or one of its subcomponents Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for LDAP Health Check or one of its subcomponents Work Queue Busyness LDAP Health Check, Third Party LDAP Health Check, Search LDAP Health Check, Scripted LDAP Health Check, Admin Alert LDAP Health Check, Replication Backlog LDAP Health Check in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-ldap-sdk-debug-logger-prop

Modify LDAP SDK Debug Logger properties


set-ldap-sdk-debug-logger-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for LDAP SDK Debug Logger in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for LDAP SDK Debug Logger in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for LDAP SDK Debug Logger in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-load-balancing-algorithm-prop

Modify Load Balancing Algorithm properties


set-load-balancing-algorithm-prop Arguments

--algorithm-name {name}

Description The name of the Load Balancing Algorithm
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
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, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Load Balancing Algorithm or one of its subcomponents Location Based Load Balancing Algorithm, Weighted Load Balancing Algorithm, Single Server Load Balancing Algorithm in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-location-prop

Modify Location properties


set-location-prop Arguments

--location-name {name}

Description The name of the Location
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Location in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Location in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Location in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-log-field-mapping-prop

Modify Log Field Mapping properties


set-log-field-mapping-prop Arguments

--mapping-name {name}

Description The name of the Log Field Mapping
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Field Mapping or one of its subcomponents Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
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 Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Log Field Mapping or one of its subcomponents Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Log Field Mapping or one of its subcomponents Error Log Field Mapping, Access Log Field Mapping in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-log-history-service-prop

Modify Log History Service properties


set-log-history-service-prop Arguments

--service-name {name}

Description The name of the Log History Service
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log History Service in the Server Configuration Reference.
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 History Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Log History Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Log History Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-log-publisher-prop

Modify Log Publisher properties


set-log-publisher-prop Arguments

--publisher-name {name}

Description The name of the Log Publisher
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Publisher or one of its subcomponents Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
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 Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Log Publisher or one of its subcomponents Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Log Publisher or one of its subcomponents Log Publisher, Authorization Log Publisher, Error Log Publisher, HTTP Operation Log Publisher, Debug Log Publisher, Sync Log Publisher in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-log-retention-policy-prop

Modify Log Retention Policy properties


set-log-retention-policy-prop Arguments

--policy-name {name}

Description The name of the Log Retention Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Retention Policy or one of its subcomponents Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
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 Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Log Retention Policy or one of its subcomponents Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Log Retention Policy or one of its subcomponents Never Delete Log Retention Policy, Size Limit Log Retention Policy, File Count Log Retention Policy, Free Disk Space Log Retention Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-log-rotation-policy-prop

Modify Log Rotation Policy properties


set-log-rotation-policy-prop Arguments

--policy-name {name}

Description The name of the Log Rotation Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
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, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Log Rotation Policy or one of its subcomponents Fixed Time Log Rotation Policy, Time Limit Log Rotation Policy, Size Limit Log Rotation Policy, Never Rotate Log Rotation Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-monitor-provider-prop

Modify Monitor Provider properties


set-monitor-provider-prop Arguments

--provider-name {name}

Description The name of the Monitor Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
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, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Monitor Provider or one of its subcomponents Active Operations Monitor Provider, System Info Monitor Provider, Entry Cache Monitor Provider, Third Party Monitor Provider, Stack Trace Monitor Provider, Memory Usage Monitor Provider, Version Monitor Provider, Host System Monitor Provider, Client Connection Monitor Provider, Disk Space Usage Monitor Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-oauth-service-prop

Modify OAuth Service properties


set-oauth-service-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for OAuth Service in the Server Configuration Reference.
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 Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for OAuth Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for OAuth Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-password-generator-prop

Modify Password Generator properties


set-password-generator-prop Arguments

--generator-name {name}

Description The name of the Password Generator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Generator or one of its subcomponents Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
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 Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Password Generator or one of its subcomponents Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Password Generator or one of its subcomponents Third Party Password Generator, Random Password Generator, Scripted Password Generator in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-password-policy-prop

Modify Password Policy properties


set-password-policy-prop Arguments

--policy-name {name}

Description The name of the Password Policy
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Policy in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Password Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Password Policy in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-password-storage-scheme-prop

Modify Password Storage Scheme properties


set-password-storage-scheme-prop Arguments

--scheme-name {name}

Description The name of the Password Storage Scheme
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Storage Scheme or one of its subcomponents Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
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 Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Password Storage Scheme or one of its subcomponents Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Password Storage Scheme or one of its subcomponents Third Party Enhanced Password Storage Scheme, Clear Password Storage Scheme, Crypt Password Storage Scheme, Triple DES Password Storage Scheme, SHA1 Password Storage Scheme, RC4 Password Storage Scheme, Salted SHA1 Password Storage Scheme, Salted MD5 Password Storage Scheme, Salted SHA384 Password Storage Scheme, Salted SHA256 Password Storage Scheme, AES Password Storage Scheme, MD5 Password Storage Scheme, Third Party Password Storage Scheme, Salted SHA512 Password Storage Scheme, PBKDF2 Password Storage Scheme, Blowfish Password Storage Scheme, Base64 Password Storage Scheme in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-password-validator-prop

Modify Password Validator properties


set-password-validator-prop Arguments

--validator-name {name}

Description The name of the Password Validator
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Password Validator or one of its subcomponents Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
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 Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Password Validator or one of its subcomponents Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Password Validator or one of its subcomponents Character Set Password Validator, Length Based Password Validator, Attribute Value Password Validator, Similarity Based Password Validator, Third Party Password Validator, Repeated Characters Password Validator, Scripted Password Validator, Regular Expression Password Validator, Unique Characters Password Validator, Dictionary Password Validator in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-plugin-prop

Modify Plugin properties


set-plugin-prop Arguments

--plugin-name {name}

Description The name of the Plugin
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
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 or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Plugin or one of its subcomponents Seven Bit Clean Plugin, Entry UUID Plugin, Referral On Update Plugin, Delay Plugin, Periodic GC Plugin, Scripted Plugin, DN Mapper Plugin, LDAP Attribute Description List Plugin, Attribute Mapper Plugin, SNMP Subagent Plugin, Referential Integrity Plugin, Unique Attribute Plugin, Global Referential Integrity Plugin, Change Subscription Notification Plugin, Third Party Plugin, Changelog Password Encryption Plugin, Last Access Time Plugin, Internal Search Rate Plugin, Simple To External Bind Plugin, Stats Plugin, Processing Time Histogram Plugin, Globally Unique Attribute Plugin, SNMP Master Agent Plugin, Search Shutdown Plugin, Password Policy Import Plugin, Profiler Plugin, Last Mod Plugin, Pass Through Authentication Plugin in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-plugin-root-prop

Modify Plugin Root properties


set-plugin-root-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Plugin Root in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Plugin Root in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Plugin Root in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-policy-information-provider-prop

Modify Policy Information Provider properties


set-policy-information-provider-prop Arguments

--provider-name {name}

Description The name of the Policy Information Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--reset {property}

Description Reset a property back to its default values, where PROP is the name of the property to be reset.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Policy Information Provider or one of its subcomponents Dataview Policy Information Provider, Third Party Policy Information Provider, Builtin Policy Information Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-policy-service-prop

Modify Policy Service properties


set-policy-service-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Policy Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--reset {property}

Description Reset a property back to its default values, where PROP is the name of the property to be reset.

See properties for Policy Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Policy Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Policy Service in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-redirect-resolver-prop

Modify Redirect Resolver properties


set-redirect-resolver-prop Arguments

--resolver-name {name}

Description The name of the Redirect Resolver
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
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 Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Redirect Resolver or one of its subcomponents Prefix Match Redirect Resolver, Exact Match Redirect Resolver in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-request-criteria-prop

Modify Request Criteria properties


set-request-criteria-prop Arguments

--criteria-name {name}

Description The name of the Request Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Request Criteria or one of its subcomponents Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
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 Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Request Criteria or one of its subcomponents Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Request Criteria or one of its subcomponents Simple Request Criteria, Third Party Request Criteria, Aggregate Request Criteria, Root DSE Request Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-result-criteria-prop

Modify Result Criteria properties


set-result-criteria-prop Arguments

--criteria-name {name}

Description The name of the Result Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Result Criteria or one of its subcomponents Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
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 Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Result Criteria or one of its subcomponents Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Result Criteria or one of its subcomponents Replication Assurance Result Criteria, Aggregate Result Criteria, Third Party Result Criteria, Simple Result Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-root-dn-prop

Modify Root DN properties


set-root-dn-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Root DN in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Root DN in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Root DN in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-root-dn-user-prop

Modify Root DN User properties


set-root-dn-user-prop Arguments

--user-name {name}

Description The name of the Root DN User
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Root DN User in the Server Configuration Reference.
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 User in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Root DN User in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Root DN User in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-root-dse-backend-prop

Modify Root DSE Backend properties


set-root-dse-backend-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Root DSE Backend in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Root DSE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Root DSE Backend in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-sasl-mechanism-handler-prop

Modify SASL Mechanism Handler properties


set-sasl-mechanism-handler-prop Arguments

--handler-name {name}

Description The name of the SASL Mechanism Handler
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for SASL Mechanism Handler or one of its subcomponents Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
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 Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for SASL Mechanism Handler or one of its subcomponents Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for SASL Mechanism Handler or one of its subcomponents Plain SASL Mechanism Handler, UnboundID TOTP SASL Mechanism Handler, UnboundID Certificate Plus Password SASL Mechanism Handler, External SASL Mechanism Handler, Anonymous SASL Mechanism Handler, Third Party SASL Mechanism Handler, GSSAPI SASL Mechanism Handler, Cram MD5 SASL Mechanism Handler, UnboundID Delivered OTP SASL Mechanism Handler, Digest MD5 SASL Mechanism Handler in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-search-entry-criteria-prop

Modify Search Entry Criteria properties


set-search-entry-criteria-prop Arguments

--criteria-name {name}

Description The name of the Search Entry Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Search Entry Criteria or one of its subcomponents Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
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 Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Search Entry Criteria or one of its subcomponents Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Search Entry Criteria or one of its subcomponents Third Party Search Entry Criteria, Aggregate Search Entry Criteria, Simple Search Entry Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-search-reference-criteria-prop

Modify Search Reference Criteria properties


set-search-reference-criteria-prop Arguments

--criteria-name {name}

Description The name of the Search Reference Criteria
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Search Reference Criteria or one of its subcomponents Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
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 Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Search Reference Criteria or one of its subcomponents Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Search Reference Criteria or one of its subcomponents Third Party Search Reference Criteria, Simple Search Reference Criteria, Aggregate Search Reference Criteria in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-server-affinity-provider-prop

Modify Server Affinity Provider properties


set-server-affinity-provider-prop Arguments

--provider-name {name}

Description The name of the Server Affinity Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Server Affinity Provider or one of its subcomponents Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
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 Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Server Affinity Provider or one of its subcomponents Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Server Affinity Provider or one of its subcomponents Client Connection Server Affinity Provider, Client IP Server Affinity Provider, Bind DN Server Affinity Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-store-adapter-prop

Modify Store Adapter properties


set-store-adapter-prop Arguments

--adapter-name {name}

Description The name of the Store Adapter
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

--reset {property}

Description Reset a property back to its default values, where PROP is the name of the property to be reset.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Store Adapter or one of its subcomponents LDAP Store Adapter, Third Party Store Adapter in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-trust-manager-provider-prop

Modify Trust Manager Provider properties


set-trust-manager-provider-prop Arguments

--provider-name {name}

Description The name of the Trust Manager Provider
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Trust Manager Provider or one of its subcomponents Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
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 Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Trust Manager Provider or one of its subcomponents Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Trust Manager Provider or one of its subcomponents Third Party Trust Manager Provider, Blind Trust Manager Provider, File Based Trust Manager Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-velocity-context-provider-prop

Modify Velocity Context Provider properties


set-velocity-context-provider-prop Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Velocity Context Provider or one of its subcomponents Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
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 Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Velocity Context Provider or one of its subcomponents Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Velocity Context Provider or one of its subcomponents Velocity Tools Velocity Context Provider, Third Party Velocity Context Provider in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-velocity-template-loader-prop

Modify Velocity Template Loader properties


set-velocity-template-loader-prop Arguments

--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}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Velocity Template Loader in the Server Configuration Reference.
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}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Velocity Template Loader in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Velocity Template Loader in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-web-application-extension-prop

Modify Web Application Extension properties


set-web-application-extension-prop Arguments

--extension-name {name}

Description The name of the Web Application Extension
Required No
Multi-Valued No

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Web Application Extension or one of its subcomponents Broker Web Application Extension in the Server Configuration Reference.
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 Broker Web Application Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Web Application Extension or one of its subcomponents Broker Web Application Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Web Application Extension or one of its subcomponents Broker Web Application Extension in the Server Configuration Reference.
Required No
Multi-Valued Yes

set-work-queue-prop

Modify Work Queue properties


set-work-queue-prop Arguments

--set {PROP:VALUE}

Description Assign a value to a property, where PROP is the name of the property and VAL is the single value to be assigned.

See properties for Work Queue or one of its subcomponents UnboundID Work Queue, Caller Invoked Work Queue, Wait Notify Work Queue, Canned Response Work Queue, Traditional Work Queue in the Server Configuration Reference.
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 UnboundID Work Queue, Caller Invoked Work Queue, Wait Notify Work Queue, Canned Response Work Queue, Traditional Work Queue in the Server Configuration Reference.
Required No
Multi-Valued Yes

--add {PROP:VALUE}

Description Add a single value to a property, where PROP is the name of the property and VAL is the single value to be added.

See properties for Work Queue or one of its subcomponents UnboundID Work Queue, Caller Invoked Work Queue, Wait Notify Work Queue, Canned Response Work Queue, Traditional Work Queue in the Server Configuration Reference.
Required No
Multi-Valued Yes

--remove {PROP:VALUE}

Description Remove a single value from a property, where PROP is the name of the property and VAL is the single value to be removed.

See properties for Work Queue or one of its subcomponents UnboundID Work Queue, Caller Invoked Work Queue, Wait Notify Work Queue, Canned Response Work Queue, Traditional Work Queue in the Server Configuration Reference.
Required No
Multi-Valued Yes

Arguments

-V
--version

Description Display Identity Broker 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 --server-group-force argument is specified. Only applies if the batch file argument is also supplied

--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 server-group
single-server
server-group-force
Required No
Multi-Valued No

--offline

Description Interact with with the local configuration while the server is offline. Not for use while the server is running

-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 Identity Broker hostname or IP address
Default Value localhost
Required No
Multi-Valued No

-p {port}
--port {port}

Description Identity Broker 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 trust store path
Required No
Multi-Valued No

-K {keyStorePath}
--keyStorePath {keyStorePath}

Description Certificate key store path
Required No
Multi-Valued No

-W {keyStorePassword}
--keyStorePassword {keyStorePassword}

Description Certificate key store PIN
Required No
Multi-Valued No

-u {keyStorePasswordFile}
--keyStorePasswordFile {keyStorePasswordFile}

Description Certificate key store 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-classifications

Description Display subcommands relating to connection and operation classification

--help-core-server

Description Display subcommands relating to the core server

--help-database

Description Display subcommands relating to backends and caching

--help-identity-broker

Description Display subcommands relating to identity broker

--help-logging

Description Display subcommands relating to logging, monitoring, and notifications

--help-security

Description Display subcommands relating to security and authorization

--help-user-management

Description Display subcommands relating to authentication and password management

--help-subcommands

Description Display all subcommands