Add showOvsdbMdsal.py tool
[ovsdb.git] / resources / commons / README
1
2 This directory contains all the associated scripts and configuration files that can be used by developers and
3 administrators working on ovsdb project in general.
4
5 Contents
6 --------
7
8 1. localhost.json.postman_environment : Environment that associates address and port to localhost:8080 in templates for the collections below.
9
10 2. Mininet_Demo_OVSDB_OF.json.postman_collection : Collection of REST-APIs used in the Mininet demo (http://www.youtube.com/watch?v=8iWhMVlflwE)
11
12 3. OVSDB_Northbound_APIs.json.postman_collection : Collection of REST-APIs detailing on all the ovsdb.northbound APIs.
13
14 4. OVSDB_Southbound.postman_collection : Collection of RESTCONF APIs for using the OVSDB MD-SAL Southbound
15
16 5. Neutron-v2.0-LBaaS-API-Examples_July15.json.postman_collection.txt : Collection of REST-APIs to interact with LBaas pool/pool member/loadbalancer.
17
18 6. showOvsdbMdsal.py : Dumps mdsal related info from running ODL that is related to ovsdb and netvirt. Use 'showOvsdbMdsal.py -h' for usage