export_zone_file
Export domain DNS records in standard zone file format for backup, migration, or configuration management purposes.
Instructions
Export domain records as standard DNS zone file format.
Args: domain: The domain name to export
Returns: DNS zone file content as string
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"type": "object"
}