Using the CloudControl API Documentation
The CloudControl. The API documentation is now integrated with the CloudControl GUI. You can access the documentation at: https://<CloudControl_IP>/apidoc.
API is a RESTful API that provides programmatic access to the various functions ofTo view the online API documentation:
- Select a section from the top pane, for example, System Config.
- Select the desired category from the left pane, for example, SETTINGS.
- 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.