Now Available - Forrester's Total Economic Impact study. Discover millions in cost savings, unlock IT efficiency gains, and explore why NIOS DDI is a game changer. Get Your Copy here.

API Examples

Reply

DNS A record creation using JSON

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

Thanks a lot for providing this!Smiley Happy

Showing results for 
Search instead for 
Did you mean: 

Recommended for You