action linode_get_domain_zone { label: "Domain Zone File View" description: "Returns the zone file for the last rendered zone for the specified domain.\n" provider: linode method: GET path: "/domains/{domainId}/zone-file" encoding: json output: { properties: { zone_file: { type: "array" description: "The lines of the zone file for the last rendered zone for this domain.\n" items: { type: "string" } } } } }