How can I find the configuration key names for API and command line?

If you want to know a specific configuration key name and the syntax of the values then:

  • Open the GUI of the configuration manager. If you does not have a GUI in your development system then you can download the SDK and use startRecovery.bat/.sh without installation.
  • Enable the “Advanced View” in the user menu in the upper right corner.
  • If a “Manage” button is available (i-net Clear Reports only)
    • Click on the “Manage” button.
    • Create a temporary configuration.
    • Close the popup.
    • Select the temporary configuration in the drop-down box.
  • Do the settings of interest.
  • If a “Manage” button is available
    • Click on the “Manage” button.
    • Click on the tree point menu of the temporary configuration and select the menu point “export”.
  • Since i-net Clear Reports 18.0 and since i-net PDFC 4.3
    • Enter the configuration export URL in the browser address bar:
      http://[server]:[port]/api/configuration/export/4/Default
  • Open the downloaded file with a text editor to find the property names and values or use it directly with command line. Please note that only changed properties will be exported. You can set this properties also directly with the API ConfigurationManager.getInstance().setTemporaryProperties(Properties).