Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
gitpod-io
GitHub Repository: gitpod-io/gitpod
Path: blob/main/components/gitpod-db/src/test/01-Started.json
2500 views
1
{
2
"id": "654fc38d-57c2-4787-8d2b-6c95a30bf534",
3
"workspaceId": "bbc0338d-9676-4f6a-9f20-edce4d83f14c",
4
"creationTime": "2018-03-23T16:12:51.234Z",
5
"ideUrl": "https://bbc0338d-9676-4f6a-9f20-edce4d83f14c.ws.gitpod.io/",
6
"status": "Starting",
7
"events": [
8
{
9
"type": "Started",
10
"creationTime": "2018-03-23T16:12:51.234Z",
11
"heading": "Gitpod is Starting ...",
12
"severity": "Normal"
13
},
14
{
15
"type": "Heartbeat",
16
"heading": "Heartbeat From Client",
17
"creationTime": "2018-03-23T16:12:51.685Z",
18
"internal": true,
19
"severity": "Normal",
20
"lastUpdatedTime": "2018-03-23T16:13:22.742Z"
21
}
22
]
23
}
24