zone_file
Creates, updates, deletes, gets or lists a zone_file resource.
Overview
| Name | zone_file |
| Type | Resource |
| Id | linode.domains.zone_file |
Fields
The following fields are returned by SELECT queries:
- get_domain_zone
An array containing the lines of the domain zone file.
| Name | Datatype | Description |
|---|
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_domain_zone | select | Returns the zone file for the last rendered zone for the specified domain. Learn more... Learn more... |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- get_domain_zone
Returns the zone file for the last rendered zone for the specified domain.
Learn more...
Learn more...
SELECT
*
FROM linode.domains.zone_file
;