1. To view the list of all dsconfig properties, run the dsconfig command with the list-properties option.
    Note:

    Remember to add the LDAP connection parameters.

    $ bin/dsconfig list-properties
  2. To view objects at and below the menu object level, use the dsconfig command with the list-properties option and the --complexity <menu level> option.
    $ bin/dsconfig list-properties --complexity advanced --includeDescription
    Note:

    You can also add the --includeDescription argument that includes a synopsis and description of each property in the output. Remember to add the LDAP connection parameters.

  3. If the server is offline, you can run the command with the --offline option without needing to enter the LDAP connection parameters.
    $ bin/dsconfig list-properties --offline --complexity advanced --includeDescription
  4. To review the property information provided with the server, view the <server-root>/docs/config-properties.txt file.