Create a Network Association to an External IP Address or IP Range (i.e. an IP address that is not “yours”

If you need to create an A record that points at a IP in a range that does not belong to you, for example and AWS IP; you need to first create a Network Association so that non-yours IP Address or IP Range can be referred to by a DNS domain we hold the forwards […]

More...

Create or Update TXT Record in InfoBlox API using Python Libraries

A very short introduction into using Python and the InfoBlox Python libraries to interact with the REST API to give you a starting point for development. https://sifbaksh.com/introduction-to-infoblox-api-wapi-using-python/ The easiest approach is to use the InfoBlox-Client library in Python, it is possible to use “requests” and then parse the output, but this approach seems a bit […]

More...