Listing the raw bind configuration of a domain¶
Sends a GET request to the endpoint /domains/{id}/bind-raw/{ipTarget}.
Description¶
The Get-Raw-Bind-Configuration request allows the user to request a raw file of the bind configuration of a domain of the organisation.
Requirements¶
Values of the request: Domain-ID {id}, IP-Target-Name {ipTarget}
Objects: none
Request¶
To request the bind configuration of a domain, the Domain-ID {id} and the IP-Target-Name {ipTarget} need to be added to the path of the request.
The value for IP-Target-Name depends on the endpoint you want to request.
Use Myra for Myra as the endpoint, or Origin for the customer infrastructure as the endpoint.
As a result, the user gets a raw version of the bind configuration with the following information:
namehost mastername serverversionlimit to refreshlimit to retrylimit to expireminimumTTLinformationabout the subdomains:nametime to liverecord type- ...
Responses¶
The following responses are available:
| STATUS CODE | DESCRIPTION |
|---|---|
| 200 | The request has succeeded. |
| 400 | The request was unsuccessful. The request was invalid or information is missing. |
| 401 | The request has not succeeded because the user authentication was incorrect. |
| 403 | The request has not succeeded because the user does not have the right permissions. |