OpenDaylight Client Library and Command
Project description
OpenDaylight Client for Python
How To Use
install
pypi package:
pip install python-odlclient
source:
pip install git+https://github.com/yuuichi-fujioka/python-odlclient.git
Run Command
OpenDaylight Host, Port, User and Password are passed via Environment Variable. e.g.:
ODL_HOST=192.168.0.100 odl node list
Environment Vairable Names are:
Name |
Description |
---|---|
ODL_HOST |
OpenDaylight Hostname(default: localhost) |
ODL_PORT |
OpenDaylight API Port(default: 8181) |
ODL_USER |
OpenDaylight API User Name(default admin) |
ODL_PASS |
OpenDaylight API Password(default: password) |
ODL_URL |
Default Restconf API Path(default: http://${ODL_HOST}:${ODL_PORT}/restconf/operational/) |
List Nodes
odl node list
List Tables
odl table list openflow:1111111111
List Flows
odl flow list openflow:1111111111
List Node Connectors
odl connector list openflow:1111111111
Add Flow
odl flow create openflow:201106209703495 100 29 --dl-src 00:00:00:00:00:00/01:00:00:00:00:00 --instructions output:1,output:2
If you want to know HTTP Request/Response details, you may set –debug and –verbose options. i.e.
odl --deubg --verbose node list
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
Built Distribution
File details
Details for the file python-odlclient-0.0.1.tar.gz
.
File metadata
- Download URL: python-odlclient-0.0.1.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
6c68024a8e454b0965f8e48f29b1be488071ba54f5f2b21080b9d08e439bd8a4
|
|
MD5 |
b1cdb2919d020df52445c9c3adbf1856
|
|
BLAKE2b-256 |
f09bb704bb4d5e96c26a28237622fab1cc98fd3ba7401dad9833d68e7ee8f2b1
|
File details
Details for the file python_odlclient-0.0.1-py2-none-any.whl
.
File metadata
- Download URL: python_odlclient-0.0.1-py2-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
231c6acd17aa20ce0975db0553b1593a496c353510fb745a65675f912f417331
|
|
MD5 |
5938ae97c9a2b45195f5fc33deb337bd
|
|
BLAKE2b-256 |
77d5237c2f38147bb32b23060c7261d7d14084660c22a13795efeec991a2a0d9
|