Retrieve DNS domain zone file

GET /dns-domain/{id}/zone

Path parameters

  • id string(uuid) Required

Responses

  • 200 application/json

    200

    Hide response attribute Show response attribute object
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"
}