blob: f78616a0c2fbbdeb177d339c16ab674556500034 [file] [log] [blame]
Thomas Vachuskad1be50d2014-11-08 16:10:20 -08001{
2 "event": "showPath",
3 "sid": 2,
4 "payload": {
Thomas Vachuska0724a5f2014-11-13 11:12:28 -08005 "paths": [
6 {
7 "intentId": "0x1234",
8 "links": [ "1-2", "2-3" ],
9 "class": "animated",
10 "labels": [ "9Gb", "9Gb" ]
11 },
12 {
13 "intentId": "0x4321",
14 "links": [ "5-6", "6-7" ],
15 "class": "animated",
Simon Hunt6ac93f32014-11-13 12:17:27 -080016 "labels": [ "4GB", "4GB" ]
Thomas Vachuska0724a5f2014-11-13 11:12:28 -080017 }
18 ]
Thomas Vachuskad1be50d2014-11-08 16:10:20 -080019 }
20}