An open API service indexing awesome lists of open source software.

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

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]
```
![all deciveid](/images/status.png)

```
python sdwan.py topology vmanage:port username
```
![all deciveid](/images/topo.png)

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