This repository contains code examples and Lab Guide used for DEVWKS-1671 Programmability with SD-WAN session.
To run the Labs on this workshop you will need.
- Postman
- Python 3.7+
Clone the code to your local machine.
<<<<<<< HEAD
git clone https://github.com/marcejgg/DEVWKS-1671.git
=======
git clone https://github.com/jaileon/DEVWKS-1671.git
>>>>>>> a6223c6f7dcbf3349c26089051ac85619c9b9a20
cd DEVWKS-1671
Install virtual environment
sudo pip install virtualenv
Setup Python Virtual Environment (requires Python 3.7+)
virtualenv devwks-1671 -p python3.7
source devwks-1671/bin/activate
pip install -r requirements.txt
Once installed and setup, you can now get started (i.e.)
python CL2019_LAB2.py
a6223c6f7dcbf3349c26089051ac85619c9b9a20
OUTPUT
Please choose a valid option:
1- Create Aplication Aware Routing Policy (DC1 --> BR3). POST.
2- Create Template Policy. POST.
3- Activate Policy. POST.
4- Deactivate Policy. POST
Press any key to exit.
YOUR OPTION?:
I've also included a POSTMAN collection as json file or link to import it.
https://www.getpostman.com/collections/a15b3e29d99f54a56d86
a6223c6f7dcbf3349c26089051ac85619c9b9a20