File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -25,10 +25,16 @@ authMethod: "bearer"
2525 control.
2626</ResponseField >
2727
28+ <ResponseField name = " creation_date" type = " string" >
29+ The creation date of the cloud computer session. Formatted according to
30+ [ RFC3339] ( https://datatracker.ietf.org/doc/html/rfc3339 ) (e.g.
31+ 2006-01-02T15:04:05Z07:00).
32+ </ResponseField >
33+
2834<ResponseField name = " termination_date" type = " string or null" >
29- The termination time of the cloud computer session. Formatted according to
35+ The termination date of the cloud computer session. Formatted according to
3036 [ RFC3339] ( https://datatracker.ietf.org/doc/html/rfc3339 ) (e.g.
31- 2006-01-02T15:04:05Z07:00). null if the session hasn't terminated yet.
37+ 2006-01-02T15:04:05Z07:00). ` null ` if the session hasn't terminated yet.
3238</ResponseField >
3339
3440<RequestExample >
@@ -47,6 +53,7 @@ curl -H 'Authorization: Bearer <your-api-key>' \
4753 "session_id" : " c5772689-2255-4e59-8cea-b846cda7ad4e" ,
4854 "embed_url" : " https://96xljbfypmn3ibra366yqapci.hyperbeam.com/AAEjQFOIRnyeb81XbBsHMw?token=VTWsp1KGn4lLySRkUCmmAhsCcqJrPdhTXNS0Y-KPwHU" ,
4955 "admin_token" : " DrXWd9QguPRSXwhQn4yJ66sExpoV0BZtAfZsseYECKo" ,
56+ "creation_date" : " 2025-01-02T15:04:05Z07:00" ,
5057 "termination_date" : null
5158}
5259```
You can’t perform that action at this time.
0 commit comments