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