sdwan audit log apis 源码
sdwan-audit-log-apis 目的 如何使用vManage API检索审核日志和CLI差异 要求 要使用此代码,您将需要: Python 3.7以上 vManage用户登录详细信息。 (用户应具有特权级别来配置策略) 安装与设定 将代码克隆到本地计算机。 git clone https://github.com/suchandanreddy/sdwan-audit-log-apis cd sdwan-audit-log-apis 设置Python虚拟环境(需要Python 3.7+) python3.7 -m venv venv source venv/bin/activate pip3 install -r requirements.txt 设置本地环境变量以提供vManage登录详细信息。 例子: 对于macOS和Ubuntu环境: export vmanage
文件列表
sdwan-audit-log-apis-master.zip
(预估有个4文件)
sdwan-audit-log-apis-master
.gitignore
2KB
audit-logs.py
12KB
README.md
10KB
requirements.txt
120B
暂无评论