Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

API & Integration, DevOps,NetOps,SecOps

Reply

How to find domainname and associated DNS RECORDS and DELETE in infoblox via REST API CALL

Member
Posts: 1
731     0

I am working on Server Decom Project and need help on find dns name of host and delete all the associated dns records matching to the hostname.

 

I have hostname in our request. Can anyone help on seuence on steps and REST API commands to execute?

Re: How to find domainname and associated DNS RECORDS and DELETE in infoblox via REST API CALL

Moderator
Moderator
Posts: 224
731     0

You can use the search function.  This example will return all records that have the hostname host12345 followed by a periond:

 

curl -k1 -u admin:infoblox -X GET 'https://192.168.1.2/wapi/v2.11/search' -d 'fqdn:=host12345.'
Showing results for 
Search instead for 
Did you mean: 

Recommended for You