blob: 9f574fe0abdb17412a680a6cefdaf031008f87fe [file] [log] [blame]
Matteo Scandolo17dc11d2016-02-22 09:16:46 -08001[
2 {
3 "url": "subscribers",
4 "base": "xos/",
5 "methods": ["GET"]
6 },
7 {
8 "url": "services",
9 "base": "xos/",
10 "methods": ["GET"]
11 },
12 {
13 "url": "tenants",
14 "base": "xos/",
15 "methods": ["GET"]
16 },
17 {
18 "url": "nodes",
19 "base": "xos/",
20 "methods": ["GET"]
21 },
22 {
23 "url": "instances",
24 "base": "xos/",
25 "methods": ["GET"],
26 "param": "id"
27 },
28 {
29 "url": "meterstatistics",
30 "base": "xoslib/",
31 "methods": ["GET"]
32 }
33]