Using the CloudControl API Documentation

The Entrust CloudControl API is a RESTful API that provides programmatic access to the various functions of CloudControl. The API documentation is now integrated with the CloudControl GUI. You can access the documentation at: https://<CloudControl_IP>/apidoc.

To view the online API documentation:

  1. Select a section from the top pane, for example, System Config.
  2. Select the desired category from the left pane, for example, SETTINGS.
  3. Review the parameters in the middle pane, and the method, URL, and JSON response in the right pane.

You can use an API client like Insomnia or a development tool like Postman to run your APIs, or write custom Powershell or Python scripts.