Changes between Version 5 and Version 6 of ConfigDB


Ignore:
Timestamp:
Mar 12, 2015 4:18:12 PM (9 years ago)
Author:
Geoff Lawler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigDB

    v5 v6  
    143143}}}
    144144
     145* URL: **/vde/<node name>**. Return information about VDE switches (and ports) that should exist on the given pnode.
     146  * Example:
     147{{{
     148curl 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
    145169== Config DB Tables (Schema) ==
    146170