Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

Getting Started

Reply

CSV Export All Subzones of one DNS Zone

Techie
Posts: 1
9389     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?

Showing results for 
Search instead for 
Did you mean: 

Recommended for You