I’ve been working with the Cisco SD-WAN (formerly Viptela) products since about March of 2018. Now that I have a pretty good feel for the product and its capabilities and caveats, I’ve been toying with its REST API for the last few weeks. At the moment, there are no published SDK’s for working with this API. So, to avoid the yak shaving of dealing directly with REST resources, I began to write a Python SDK. I’m first tackling the readers functions that are useful to me via GET methods, and then I’ll start to sprinkle in provisioning and updating methods.
Have a look at my Viptela-Tool Github Project, but be gentle - I am not a professional software developer.
Comments