Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
CSV Export All Subzones of one DNS Zone
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-30-2018 04:19 AM
9961     0
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?
Labels: