forked from Freeboard/freeboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.json
37 lines (37 loc) · 1.28 KB
/
sample.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"response": [
{
"uid": "5999b763474b0eafa5fafb64bff0ba80",
"name": "Awesome App",
"git": "http://github.com/cloud66-samples/awesome-app.git",
"git_branch": "fig",
"environment": "production",
"cloud": "DigitalOcean",
"fqdn": "awesome-app.dev.c66.me",
"language": "ruby",
"framework": "rails",
"status": 1,
"health": 3,
"last_activity": "2014-08-14T01:46:53+00:00",
"last_activity_iso": "2014-08-14T01:46:53+00:00",
"maintenance_mode": false,
"has_loadbalancer": false,
"created_at": "2014-08-14 00:38:14 UTC",
"updated_at": "2014-08-14 01:46:52 UTC",
"deploy_directory": "/var/deploy/awesome_app",
"cloud_status": "partial",
"created_at_iso": "2014-08-14T00:38:14Z",
"updated_at_iso": "2014-08-14T01:46:52Z",
"redeploy_hook": "http://hooks.cloud66.com/stacks/redeploy/b806f1c3344eb3aa2a024b23254b75b3/6d677352a6b2eefec6e345ee2b491521"
}
],
"count": 1,
"pagination": {
"previous": null,
"next": null,
"current": 1,
"per_page": 30,
"count": 1,
"pages": 1
}
}