The BlueCat Horizon OpenAPI provides a unified interface for managing users, groups, roles, audit logs, and connections. It also enables automation of DNS, DHCP, and IPAM services through the DDI orchestrator application.
This workflow uses the following main HTTP methods for interacting with objects:
| HTTP method | Description |
|---|---|
| GET | Retrieve data |
| POST | Create data |
| PATCH | Modify data |
| PUT | Replace data |
| DELETE | Delete data |
Endpoints
When working with the BlueCat Horizon API, you can invoke different methods by appending the API endpoint to the BlueCat Horizon URL.
GET https://<<rdcDomain>.bluecathorizon.com or IP>/api/v1/<API endpoint>
For example, the following GET API call retrieves a list of your connections:
GET https://<<rdcDomain>.bluecathorizon.com or IP>/api/v1/connections
BlueCat Horizon API Swagger documentation
To access the REST API Swagger documentation from within BlueCat Horizon, navigate to .
This page provides a list of all supported API methods for the platform, their input parameters, and the ability to test out the methods.