aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/web/gui/src/test/_karma/ev/traffic/ev_18_showTraffic_primary.json
blob: 7eafcf10f0e277d930a559465b9ea0557bd9a506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "event": "showTraffic",
  "sid": 1,
  "payload": {
    "paths": [
      {
        "class": "primary animated",
        "links": [
          "0E:2A:69:30:13:86/-1/0-of:0000ffffffff0003/101",
          "0E:2A:69:30:13:aa/-1/0-of:0000ffffffff0008/103",
          "of:0000ffffffff0003/6-of:0000ffffffffff03/8",
          "of:0000ffffffff0008/5-of:0000ffffffffff08/11"
        ],
        "labels": [
          "20 bytes",
          "20 bytes",
          "24 bytes",
          "some bits"
        ]
      },
      {
        "class": "primary optical animated",
        "links": [
          "of:0000ffffffffff08/13-of:0000ffffffffff03/17",
          "of:0000ffffffffff08/99-of:0000ffffffffff04/65535"
        ],
        "labels": [
          "foo bars",
          "boo fars"
        ]
      }
    ]
  }
}