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.

API Examples

Reply

DNS A record creation using JSON

New Member
Posts: 5
3252     0

How to create DNS A record using POST call via JSON? Can somebody share an example payload please?

Re: DNS A record creation using JSON

Adviser
Posts: 181
3253     0

Hi,

 

Here is a sample call:

curl -k -u admin:infoblox -H 'content-type: application/json' -X POST "https://grid-master/wapi/v2.9/record:a?_return_fields%2B=name,ipv4addr&_return_as_object=1" -d '{"name":"server.info.com","ipv4addr":"10.10.10.2"}'

You can find more such examples here.

 

Regards,

Krishna

Re: DNS A record creation using JSON

New Member
Posts: 5
3253     0

Thanks a lot for providing this!Smiley Happy

Showing results for 
Search instead for 
Did you mean: 

Recommended for You