-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathGET_{id}_response.json
More file actions
45 lines (45 loc) · 1.5 KB
/
GET_{id}_response.json
File metadata and controls
45 lines (45 loc) · 1.5 KB
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
38
39
40
41
42
43
44
45
{
"metadata": {
"guid": "6fa7a340-9bda-43bf-bd5e-4e588c292679",
"url": "/v2/apps/6fa7a340-9bda-43bf-bd5e-4e588c292679",
"created_at": "2015-11-30T23:38:33Z",
"updated_at": "2015-11-30T23:38:33Z"
},
"entity": {
"name": "name-423",
"production": false,
"space_guid": "5281e8e6-7cf4-4c0d-a316-97a910fbb13a",
"stack_guid": "2d7a270e-3238-474c-b053-efe1920510bc",
"buildpack": null,
"detected_buildpack": null,
"environment_json": null,
"memory": 1024,
"instances": 1,
"disk_quota": 1024,
"state": "STOPPED",
"version": "e2b0c9bd-1b6b-4bb5-b2cd-ae60fcf63d1b",
"command": null,
"console": false,
"debug": null,
"staging_task_id": null,
"package_state": "PENDING",
"health_check_type": "port",
"health_check_timeout": null,
"staging_failed_reason": null,
"staging_failed_description": null,
"diego": false,
"docker_image": null,
"package_updated_at": "2015-11-30T23:38:33Z",
"detected_start_command": "",
"enable_ssh": true,
"docker_credentials_json": {
"redacted_message": "[PRIVATE DATA HIDDEN]"
},
"ports": null,
"space_url": "/v2/spaces/5281e8e6-7cf4-4c0d-a316-97a910fbb13a",
"stack_url": "/v2/stacks/2d7a270e-3238-474c-b053-efe1920510bc",
"events_url": "/v2/apps/6fa7a340-9bda-43bf-bd5e-4e588c292679/events",
"service_bindings_url": "/v2/apps/6fa7a340-9bda-43bf-bd5e-4e588c292679/service_bindings",
"routes_url": "/v2/apps/6fa7a340-9bda-43bf-bd5e-4e588c292679/routes"
}
}