blob: 2f4d00ced177f1f522d8714a5427dc8bc9ea92a5 [file] [log] [blame]
Matteo Scandoloba678a92016-06-20 17:16:15 -07001[
2 {
3 "humanReadableName": "mysite_management",
4 "validators": {
5 "default_flavor": [],
6 "policed": [],
7 "creator": [],
8 "site": [
9 "notBlank"
10 ],
11 "max_instances": [
12 "notBlank"
13 ],
14 "backend_register": [
15 "notBlank"
16 ],
17 "backend_status": [
18 "notBlank"
19 ],
20 "id": [],
21 "network": [],
22 "service": [],
23 "default_isolation": [
24 "notBlank"
25 ],
26 "no_sync": [],
27 "exposed_ports": [],
28 "updated": [
29 "notBlank"
30 ],
31 "description": [],
32 "deleted": [],
33 "slice_url": [
34 "url"
35 ],
36 "serviceClass": [],
37 "lazy_blocked": [],
38 "omf_friendly": [],
39 "mount_data_sets": [],
40 "default_node": [],
41 "enacted": [],
42 "name": [
43 "notBlank"
44 ],
45 "created": [],
46 "write_protect": [],
47 "no_policy": [],
48 "enabled": [],
49 "default_image": []
50 },
51 "id": 1,
52 "created": "2016-06-20T21:36:31.979507Z",
53 "updated": "2016-06-20T21:36:38.635976Z",
54 "enacted": null,
55 "policed": "2016-06-20T21:36:38.787528Z",
56 "backend_register": "{}",
57 "backend_status": "0 - Provisioning in progress",
58 "deleted": false,
59 "write_protect": false,
60 "lazy_blocked": false,
61 "no_sync": false,
62 "no_policy": false,
63 "name": "mysite_management",
64 "enabled": true,
65 "omf_friendly": false,
66 "description": "",
67 "slice_url": "",
68 "site": 1,
69 "max_instances": 10,
70 "service": null,
71 "network": "noauto",
72 "exposed_ports": null,
73 "serviceClass": null,
74 "creator": 1,
75 "default_flavor": null,
76 "default_image": null,
77 "mount_data_sets": "GenBank",
78 "default_isolation": "vm",
79 "networks": []
80 },
81 {
82 "humanReadableName": "mysite_vsg",
83 "validators": {
84 "default_flavor": [],
85 "policed": [],
86 "creator": [],
87 "site": [
88 "notBlank"
89 ],
90 "max_instances": [
91 "notBlank"
92 ],
93 "backend_register": [
94 "notBlank"
95 ],
96 "backend_status": [
97 "notBlank"
98 ],
99 "id": [],
100 "network": [],
101 "service": [],
102 "default_isolation": [
103 "notBlank"
104 ],
105 "no_sync": [],
106 "exposed_ports": [],
107 "updated": [
108 "notBlank"
109 ],
110 "description": [],
111 "deleted": [],
112 "slice_url": [
113 "url"
114 ],
115 "serviceClass": [],
116 "lazy_blocked": [],
117 "omf_friendly": [],
118 "mount_data_sets": [],
119 "default_node": [],
120 "enacted": [],
121 "name": [
122 "notBlank"
123 ],
124 "created": [],
125 "write_protect": [],
126 "no_policy": [],
127 "enabled": [],
128 "default_image": []
129 },
130 "id": 2,
131 "created": "2016-06-20T21:36:36.290539Z",
132 "updated": "2016-06-20T21:36:38.625760Z",
133 "enacted": null,
134 "policed": "2016-06-20T21:36:40.119502Z",
135 "backend_register": "{}",
136 "backend_status": "0 - Provisioning in progress",
137 "deleted": false,
138 "write_protect": false,
139 "lazy_blocked": false,
140 "no_sync": false,
141 "no_policy": false,
142 "name": "mysite_vsg",
143 "enabled": true,
144 "omf_friendly": false,
145 "description": "",
146 "slice_url": "",
147 "site": 1,
148 "max_instances": 10,
149 "service": 6,
150 "network": "noauto",
151 "exposed_ports": null,
152 "serviceClass": null,
153 "creator": 1,
154 "default_flavor": null,
155 "default_image": 1,
156 "mount_data_sets": "GenBank",
157 "default_isolation": "vm",
158 "networks": [
159 2,
160 1
161 ]
162 }
163]