blob: 3d6483808ab11bc8ba0427b9f1fe51e1ab1110a1 [file] [log] [blame]
Matteo Scandolo02f44d62016-09-19 17:17:58 -07001{
2 "endpoints": [
3 {
4 "url": "xos-slice-service-mapping",
5 "base": "api/tenant/monitoring/dashboard/",
6 "methods": ["GET"]
7 },
8 {
9 "url": "meters",
10 "base": "api/tenant/monitoring/dashboard/",
11 "methods": ["GET"]
12 },
13 {
14 "url": "metersamples",
15 "base": "api/tenant/monitoring/dashboard/",
16 "methods": ["GET"]
17 }
18 ]
19}