Good morning,
Within the domain zone Default I have created a domain and within that domain I have subzones created.
The problem is that when I launch this request to the API:
CURL \
--tlsv1 \
--insecure \
-u "$ USERNAME: $ PASSWORD" \
-H "Content-Type: application / json" \
-X POST https: // $ SERVER / wapi / $ VERSION / fileop? _Function = csv_export \
-d "{\" _ object \ ": \" allrecords \ ", \" type \ ": \" record: ALL \ ", \" view \ ": \" $ VIEW \ ", \" zone \ ": \ "$ ZONE \"} "\
> $ OUTFILE
I only get what I have registered in Records but not what I have registered in Subzones.
How can I get this information?