by Sif Baksh | Dec 9, 2020 | Automation, Infoblox, python
Today we are going to take a look at retrieving different types of data from Infoblox via the RESTFUL API (a.k.a “Web API”, or WAPI) with the “requests” module and the “infoblox-client” using Python. You might want to check out the...
by Sif Baksh | Nov 23, 2020 | MS Teams, python
I was going to look at creating a Slack Channel with just DNS news for my coworkers but then found out we are going to use Microsoft Teams. Mmmmm M$ Teams, never was a fan of Microsoft but my good buddy told me to check it out. I was surprised it was like Slack...
by Sif Baksh | Oct 24, 2020 | Ansible, Automation, Infoblox
A good friend of mine asked me the other day, “How does one update a CNAME in Infoblox using an Ansible Playbook.”I told him to use the URI if it’s not available in the module, so he went looking on Google and didn’t come across a good...
by Sif Baksh | Aug 25, 2020 | Automation, Infoblox, python
We are going to take a look at Infoblox and infoblox-client using Python. In this article, I am going to give you examples using Python with direct “requests” REST API (WAPI) calls and the “infoblox-client” so you can choose with the option you...
by Sif Baksh | Jul 15, 2020 | Ansible, Automation, Infoblox
Today we are going to use Ansible to create DHCP Ranges in Infoblox. If you haven’t done so, please review the previous post on “Getting started with Infoblox and Ansible.” We are going to create a new container “10.1.0.0/16”; two new...
Recent Comments