Tag Archives: Python
Python Tkinter/TK Library for Quick User Interfaces
Quite a while back, I used to use Tkinter/TK library quite often. Here’s a blog I wrote back in 2012 showcasing a XenServer client that connects to a Citrix XenServer or XenServer pool; the client can also perform management tasks … Continue reading
Automation Leveraging NSX REST API Guide
I also published this blog post about automation leveraging the NSX REST API on the VMware NSX Network Virtualization Blog on June 21, 2016. The full blog post is provided below and can also be seen on the VMware NSX … Continue reading
Automating Security Group and Policy Creation with NSX REST API and Python
My latest post on the VMware NSX Network Virtualization Blog, Automating Security Group and Policy Creation with NSX REST API, describes using NSX REST API with some code for a simple yet realistic use case focused around security where automation … Continue reading
Automating VMware NSX Security Rules Creation with Splunk and Python
If you haven’t already, checkout my post on the VMware Network Virtualization blog where I describe and show a demo of how Splunk can be used to monitor the VMware NSX distributed firewall (DFW), and, with a little Python code, … Continue reading
Reset VMware NSX-V DFW to Default Setting via NSX REST API with Python
I’ve been playing with the VMware NSX-V 6.2 REST API using both a browser based REST API client and Python. While I was exploring different methods, I deleted the default NSX-V Distributed Firewall (DFW) L3 section via REST API call … Continue reading