summaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/simple/ev_13_updateLink.json
blob: 447ded37f94c7b067f19ccc1650143fab84be8d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "event": "updateLink",
  "payload": {
    "id": "of:0000ffffffff0003/21-of:0000ffffffff0008/20",
    "type": "direct",
    "linkWidth": 2,
    "src": "of:0000ffffffff0003",
    "srcPort": "21",
    "dst": "of:0000ffffffff0008",
    "dstPort": "20",
    "props" : {
      "BW": "80 Gb"
    }
  }
}