Matteo Scandolo | ba678a9 | 2016-06-20 17:16:15 -0700 | [diff] [blame] | 1 | { |
2 | "endpoints": [ | ||||
3 | { | ||||
4 | "url": "images", | ||||
5 | "base": "api/core/", | ||||
6 | "methods": ["GET"], | ||||
7 | "param": "id" | ||||
8 | }, | ||||
9 | { | ||||
10 | "url": "instances", | ||||
11 | "base": "api/core/", | ||||
12 | "methods": ["GET"], | ||||
13 | "param": "id" | ||||
14 | }, | ||||
15 | { | ||||
16 | "url": "networks", | ||||
17 | "base": "api/core/", | ||||
18 | "methods": ["GET"], | ||||
19 | "param": "id" | ||||
20 | }, | ||||
21 | { | ||||
22 | "url": "networktemplates", | ||||
23 | "base": "api/core/", | ||||
24 | "methods": ["GET"], | ||||
25 | "param": "id" | ||||
26 | }, | ||||
27 | { | ||||
28 | "url": "services", | ||||
29 | "base": "api/core/", | ||||
30 | "methods": ["GET"], | ||||
31 | "param": "id" | ||||
32 | }, | ||||
33 | { | ||||
34 | "url": "sites", | ||||
35 | "base": "api/core/", | ||||
36 | "methods": ["GET"], | ||||
37 | "param": "id" | ||||
38 | }, | ||||
39 | { | ||||
40 | "url": "slices", | ||||
41 | "base": "api/core/", | ||||
42 | "methods": ["GET"], | ||||
43 | "param": "id" | ||||
44 | }, | ||||
45 | { | ||||
46 | "url": "tenants", | ||||
47 | "base": "api/core/", | ||||
48 | "methods": ["GET"], | ||||
49 | "param": "id" | ||||
50 | } | ||||
51 | ] | ||||
52 | } |