Matteo Scandolo | 02f44d6 | 2016-09-19 17:17:58 -0700 | [diff] [blame] | 1 | { |
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 | } |