Enabling the ECC REST API

This topic describes how to enable the ECC REST API on the ECC Server before it can be used.

The ECC REST API is disabled by default, and must be enabled on the ECC Server before it can be used. To enable the API:

  1. Launch ECC Admin Console and log in to the ECC Server.
  2. From the menu in the upper-right choose Server Properties.
  3. In the Server Properties dialog, select the server.high-level.api.enabled field, then click the Edit Property button.
  4. Change the value to True.
  5. Select the server.high-level-api.http-auth.by-db-users.enabled field, then click the Edit Property button.
  6. Change the value to True.
  7. Click Close to close the Server Properties dialog.

This allows REST commands to specify the username and password of any ECC user account with the Login high level API option enabled.

Warning: An https connection to the ECC Server is required in order to ensure the security of the username and password used for ECC Server authentication via REST.