blob: bd0ba9562a9233ac3779d3072bd0552021139009 [file] [log] [blame]
Matteo Scandoloba678a92016-06-20 17:16:15 -07001[
2 {
3 "humanReadableName": "mysite",
4 "validators": {
5 "policed": [],
6 "backend_register": [
7 "notBlank"
8 ],
9 "backend_status": [
10 "notBlank"
11 ],
12 "id": [],
13 "site_url": [
14 "url"
15 ],
16 "location": [
17 "notBlank"
18 ],
19 "hosts_nodes": [],
20 "no_sync": [],
21 "abbreviated_name": [
22 "notBlank"
23 ],
24 "updated": [
25 "notBlank"
26 ],
27 "deleted": [],
28 "lazy_blocked": [],
29 "latitude": [],
30 "is_public": [],
31 "enacted": [],
32 "name": [
33 "notBlank"
34 ],
35 "created": [],
36 "write_protect": [],
37 "no_policy": [],
38 "enabled": [],
39 "longitude": [],
40 "hosts_users": [],
41 "login_base": [
42 "notBlank"
43 ]
44 },
45 "id": 1,
46 "created": "2016-06-20T21:33:36.116579Z",
47 "updated": "2016-06-20T21:36:36.210629Z",
48 "enacted": null,
49 "policed": "2016-06-20T21:36:37.091400Z",
50 "backend_register": "{}",
51 "backend_status": "1 - OK",
52 "deleted": false,
53 "write_protect": false,
54 "lazy_blocked": false,
55 "no_sync": false,
56 "no_policy": false,
57 "name": "mysite",
58 "site_url": "http://xosproject.org/",
59 "enabled": true,
60 "hosts_nodes": true,
61 "hosts_users": true,
62 "location": null,
63 "longitude": null,
64 "latitude": null,
65 "login_base": "mysite",
66 "is_public": true,
67 "abbreviated_name": "",
68 "deployments": [
69 1
70 ]
71 }
72]