TABLE OF CONTENTS
The current locally run web application is here
The background story
As a network engineer who dabbles in python I created this side project to develop my repertoire. The overall goal is to leverage the DNAC API to query data thats not directly accessible via the DNAC GUI. The fuel for this idea came from various DNAC deployments where we are asked “can DNAC do….”, where the answer is often “yes, but.. you need to use the API”.
I am a fan of APIs, only a recent fan mind you and I’m only on this trajectory out of necessity, So as I enhance my skill set to include APIs, python and any other faucets of automation, I’ll endeavor to document them as I go. This hopefully will offer others some guidance as you also transition. That and it hopefully will be a nice reminder of where it all started (right here, right now) vs where we end up.
Onto the project, for this to be a bit more ‘user friendly’ the idea was to front end this with a web page.
After some google fu i came across flask which after an hour or so I was able to create a basic front end using this guid. Concurrently I have been tinkering with creating my first webex bot using the webex bot STK & I would like this app to be front ended in one, or both of these formats.
The goals then are to:
- Create the web front end with flask
- Run the web front end in AWS
- See if we can punt this front end functionality into a webex bot running in AWS
- Package the app into a docker container.
Onto the project, for this to be a bit more ‘user friendly’ the idea was to front end this with a web page.