A package to allow you to interact with the Silver Peak Orchestrator API
Project description
silverpeak_python
Python library for use with Silver Peak SD-WAN Orchestrator API.
Requires requests
About
Silver Peak is an SD-WAN vendor with a solid rest API.
The API is documented on the orchestrator host and can be found by going to
https://hostname/orch_version/webclient/php/swagger/index.html
.
Installation
Instantiate a connection to a vManage device
from silverpeak import *
sp = Silverpeak(user='admin', user_pass='admin', vmanage_server='192.168.1.2')
Call methods
devices = sp.get_appliances()
Returned Result
All methods return a Result named tuple with the requests.json()
data in the data
element.
The complete requests.response
object is stored in the response
element
Result(ok=True, status_code=200, error='', reason='Success', data={}, response=<Response [200]>)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
silverpeak-0.0.1.tar.gz
(3.6 kB
view details)
File details
Details for the file silverpeak-0.0.1.tar.gz
.
File metadata
- Download URL: silverpeak-0.0.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e9f4aab04ed39b6f26d0c9d349d93ee559db4fdeeb92ac1618391a6e1c5a710 |
|
MD5 | e30910557c854ecf351b0b66e105dd3b |
|
BLAKE2b-256 | 6d4aa4eecc38636403de2b0127255d59fc81c5e82819401e7bc67951c2b4370e |