Pynetbox
Sending Slack Messages with Python
·7 min read
Here’s a quick summary of what we’ve talked about in the last few posts – all with Python. We’ve asked Netbox to provide some info using pynetbox. We’ve added stuff to …
Deleting Stuff from Netbox with Pynetbox
·5 min read
As a warning to everyone, I am not a developer. I am a network engineer who is trying to do some automation stuff. Some of what I’m doing sounds logical to me, but I would not trust my own opinions …
Updating Stuff on Netbox with Pynetbox
·9 min read
Let’s see. We’ve queried stuff on Netbox and added stuff to Netbox. Now let’s update stuff. Netbox, like all sources of truth, needs to be kept up-to-date if it’s going to be …
Adding Stuff to Netbox with Pynetbox
·8 min read
As a warning to everyone, I am not a developer. I am a network engineer who is trying to do some automation stuff. Some of what I’m doing sounds logical to me, but I would not trust my own opinions …