https://github.com/sumandari/cisco-sdwan
REST API networking CISCO SD-WAN, get status interface of deviceId in Vmanage
https://github.com/sumandari/cisco-sdwan
cisco network-monitoring python3 rest-api sd-wan
Last synced: about 1 year ago
JSON representation
REST API networking CISCO SD-WAN, get status interface of deviceId in Vmanage
- Host: GitHub
- URL: https://github.com/sumandari/cisco-sdwan
- Owner: sumandari
- Created: 2020-04-24T05:05:29.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T09:43:16.000Z (over 3 years ago)
- Last Synced: 2025-02-15T04:57:12.247Z (over 1 year ago)
- Topics: cisco, network-monitoring, python3, rest-api, sd-wan
- Language: Python
- Homepage:
- Size: 2.84 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# CISCO SDWAN - Get interface status from Vmanage
You can get attribute from all deviceIds in your Vmanage either prefer to retrieve data from a deviceId
## Prerequisites
* python3
## Installing
* download source code or do git clone
```
git clone https://github.com/sumandari/cisco-sdwan.git
```
* create virtual environment
```
python3 -m venv venv
```
* activate virtual env
* macOS
```
. venv/bin/Activate
```
* windows
```
venv\Scripts\Activate
```
* install package
```
pip install -r requirements.txt
```
## Usage
```
python sdwan.py -h
```
```
python sdwan.py status vmanage:port username [option]
```

```
python sdwan.py topology vmanage:port username
```

## License
This project is licensed under the MIT License - see the LICENSE.md file for details