aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/links/ev_5_onos.json
blob: 771c332a4f85ca8c76c38bf7544edf0b98ce17a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "event": "addLink",
  "payload": {
    "id": "of:0000ffffffff0007/10-of:0000ffffffff0008/20",
    "type": "direct",
    "linkWidth": 2,
    "src": "of:0000ffffffff0007",
    "srcPort": "10",
    "dst": "of:0000ffffffff0008",
    "dstPort": "20",
    "props" : {
      "BW": "90 Gb"
    }
  }
}