Re: Modify DNS Scavenging setting to enable last queried for resource record using API
Options
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-08-2023 02:46 PM
This widget could not be displayed.
This widget could not be displayed.
That's the legacy perl api documentation,in order to use it you must be working in Perl, using the Infoblox Perl module.
you'll want to use the WAPI documentation for Web API work.
https://ipam.illinois.edu/wapidoc/
You should be sending this JSON data:
{ "scavenging_settings": { "enable_zone_last_queried": true } }
In Postman it will look like this: