Introducing SOC Insights for BloxOne Threat Defense: Boost your SOC efficiency with AI-driven insights to eliminate manual work and accelerate investigation and response times. Read the blog announcement here.

API Examples

Reply

DNS A record creation using JSON

New Member
Posts: 5
3130     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
3130     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
3130     0

Thanks a lot for providing this!Smiley Happy

Showing results for 
Search instead for 
Did you mean: 

Recommended for You