aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/links/ev_15_onos.json
blob: dbdfb3a0d34ef1e5d4be447e244da573994e9f29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "event": "updateLink",
  "payload": {
    "id": "of:0000ffffffff0007/20-of:0000ffffffff0003/10",
    "src": "of:0000ffffffff0007",
    "srcPort": "20",
    "dst": "of:0000ffffffff0003",
    "dstPort": "10",

    "type": "direct",
    "linkWidth": 6,
    "online": true,
    "props" : {
      "BW": "90 Gb"
    }
  }
}