Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/gitpod-db/src/test/06-StartingIDE.json
2500 views
1
{
2
"id": "af55d1cc-ab8b-4058-8a8d-7e8259afeefd",
3
"workspaceId": "cbdcfccd-6c5f-4dad-849d-f7922bed631f",
4
"creationTime": "2018-03-23T15:55:26.373Z",
5
"ideUrl": "https://cbdcfccd-6c5f-4dad-849d-f7922bed631f.ws.gitpod.io/",
6
"status": "Starting",
7
"events": [
8
{
9
"type": "Started",
10
"creationTime": "2018-03-23T15:55:26.373Z",
11
"heading": "Gitpod is Starting ...",
12
"severity": "Normal"
13
},
14
{
15
"type": "Heartbeat",
16
"heading": "Heartbeat From Client",
17
"creationTime": "2018-03-23T15:55:27.968Z",
18
"internal": true,
19
"severity": "Normal"
20
},
21
{
22
"type": "PodScheduled",
23
"heading": "PodScheduled",
24
"creationTime": "2018-03-23T15:55:26.524Z",
25
"inProgress": false,
26
"severity": "Normal",
27
"lastUpdatedTime": "2018-03-23T15:55:35.528Z"
28
},
29
{
30
"type": "Initialized",
31
"heading": "Initialized",
32
"creationTime": "2018-03-23T15:55:26.552Z",
33
"inProgress": false,
34
"severity": "Normal",
35
"lastUpdatedTime": "2018-03-23T15:55:37.396Z"
36
},
37
{
38
"type": "Ready",
39
"heading": "Ready",
40
"creationTime": "2018-03-23T15:55:26.552Z",
41
"inProgress": true,
42
"message": "containers with unready status: [theia]",
43
"severity": "Normal",
44
"lastUpdatedTime": "2018-03-23T15:55:37.396Z"
45
}
46
]
47
}
48