- 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 search for all instances of FQDN and remove using one API call
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 06:22 AM
This seems as though it should be fairly straight forward but I'm not figuring it out. Running NIOS version 8.6.x and have WAPI version 2.12.2
My goal is to search for any records (arecords,ptr,cname,host) that have test.example.com and remove.
We have thousands of requests to decomm a server in infoblox which all we are provided with is the FQDN and you don't know if its an a-record, ptr-record, cname or host record.
Can we do a multi body object that seeks all records matching test.example.com and destroy?
I attempted to follow the suggestions found here (https://blogs.infoblox.com/community/consolidate-your-wapis-using-the-request-object/) but I am not successful.
I have downloaded the WAPI examples to postman and I don't see any examples of the multi body object. It seems as though this would be a pretty common task but again I am unable to find anything online that works.
PLEASE help me identify and delete any record that contains test.example.com (as an example)
Re: How to search for all instances of FQDN and remove using one API call
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2022 07:27 AM