HTTP Method | Description |
---|---|
GET | Retrieve data |
POST | Upload data |
PATCH | Modify data |
DELETE | Delete data |
Endpoint
http://<Gateway_url>/hybrid-update/api/v1/
Authentication
The Hybrid DNS Update API endpoints require an authorization token to be passed in the header to successfully execute. For more information on the API that retrieves an authorization token, refer to the REST API Swagger documentation.
REST API Swagger documentation
While working within the Hybrid DNS Update UI, you can access the REST API Swagger documentation by entering the following URL in your browser: http://<Gateway_hostname_or_IP>/hybrid-update/api/v1/
From this page, you can view a list of all supported API methods, their input parameters, and test the API methods. You can also download the OpenAPI JSON specification using the following URL in your browser:http://<Gateway_hostname_or_IP>/hybrid-update/api/v1/swagger.json