1. Use the dsconfig command with the list-properties option to view the list of all dsconfig properties. Remember to add the LDAP connection parameters.
    $ bin/dsconfig list-properties
  2. Use the dsconfig command with the list-properties option and the --complexity <menu level> to view objects at and below the menu object level. 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.
    $ bin/dsconfig list-properties --complexity advanced --includeDescription
  3. If the server is offline, you can run the command with the --offline option. You do not need to enter the LDAP connection parameters.
     $ bin/dsconfig list-properties --offline --complexity advanced --includeDescription
    You can also view the <server-root>/docs/config-properties.txt that contains the property information provided with the server.