aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/intentSketch/ev_6_onos.json
blob: 5f554151378e75a389edf472becdefd54f38d4b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "event": "showTraffic",
  "sid": 2,
  "payload": {
    "paths": [
      {
        "intentId": "0x1234",
        "links": [ "1-2", "2-3" ],
        "class": "primary",
        "labels": [ "17Gb", "16Gb" ]
      },
      {
        "intentId": "0x4321",
        "links": [ "5-6", "6-7" ],
        "class": "secondary",
        "labels": [ "9Gb", "5Gb" ]
      }
    ]
  }
}