https://github.com/yazshen/citrix-sdwan-api/blob/master/add-static-route-V1.py
Citrix SD-WAN NITRO REST API V1
add-static-route-V1.py <MCN address> <UserName> <UserPassword> <Package Name> <Site Name> <Static Route File Name> <Static Route Cost> <Static Route Gateway>
add-static-route-V1.py 192.168.100.1 admin password 20200121-yazhongs Shanghai-Office test.txt 5 192.168.1.1
Python 3.7.6 or higher
https://github.com/yazshen/citrix-sdwan-api/blob/master/monitor-sdwan-alicloud.py
Monitor Route Table on AliCloud when using Citrix SD-WAN Active-Active Scenario. If Primary SD-WAN Appliance down, update Next-Hop to Secondary SD-WAN Appliance.
AccessKey on AliCloud requires "AliyunVPCFullAccess"
Python 3.6.8 or higher
GNU General Public License v3.0 (https://github.com/yazshen/citrix-sdwan-api/blob/master/LICENSE)