We are using TE-1405-HW-AC with Nios 9.0.3
Infoblox maintains DNS records and IP reservations for servers.
Once the actual servers are decommissioned, we are looking to automate the process of removing the IP reservations and DNS records for the same using REST API.
- We need to know what are the specific methods/functions/query parameters that can be used from the API documentation
- Can these details be fetched using hostname or IP or would there be any ID, which needs to be retrieved and used in subsequent requests.
- The entries needs to be validated to confirm if the mappings exists for the same and then be removed and logged.
- Is it possible to remove the associations and park the config for sometime prior to deletion?
- Does Infoblox support token based authentication