Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
How to find domainname and associated DNS RECORDS and DELETE in infoblox via REST API CALL
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-04-2022 02:18 PM
2867     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
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2022 05:42 AM
2868     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.'