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