Retrieve DNS domain zone file
GET
/dns-domain/{id}/zone
Path parameters
-
id string(uuid) Required
GET /dns-domain/{id}/zone
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dns-domain/{id}/zone
Response example (200)
{
"zone-file": "string"
}