Changes between Version 5 and Version 6 of ConfigDB
- Timestamp:
- Mar 12, 2015 4:18:12 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ConfigDB
v5 v6 143 143 }}} 144 144 145 * URL: **/vde/<node name>**. Return information about VDE switches (and ports) that should exist on the given pnode. 146 * Example: 147 {{{ 148 curl http://config:5000/vde/pnode-0000 149 { 150 "ports": [ 151 { 152 "port": 1, 153 "vlan": 1 154 }, 155 { 156 "port": 2, 157 "vlan": 1 158 } 159 ], 160 "status": 0, 161 "switch": { 162 "management": null, 163 "socket": null, 164 "tag": "hv" 165 } 166 } 167 }}} 168 145 169 == Config DB Tables (Schema) == 146 170