You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/kallichore_api/docs/ActiveSession.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,9 @@ Name | Type | Description | Notes
13
13
**initial_env** | **std::collections::HashMap<String, String>** | The environment variables set when the session was started | [optional][default to None]
14
14
**connected** | **bool** | Whether the session is connected to a client |
15
15
**started** | [**chrono::DateTime::<chrono::Utc>**](DateTime.md) | An ISO 8601 timestamp of when the session was started |
**working_directory** | **String** | The working directory in which to start the session. |
15
+
**notebook_uri** | **String** | For notebook sessions, the URI of the notebook file | [optional][default to None]
14
16
**env** | [**Vec<models::VarAction>**](varAction.md) | A list of environment variable actions to perform |
15
17
**connection_timeout** | **i32** | The number of seconds to wait for a connection to the session's ZeroMQ sockets before timing out | [optional][default to Some(30)]
Copy file name to clipboardExpand all lines: crates/kallichore_api/docs/ServerStatus.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,10 @@ Name | Type | Description | Notes
8
8
**busy** | **bool** | |
9
9
**idle_seconds** | **i32** | The number of seconds all sessions have been idle, or 0 if any session is busy |
10
10
**busy_seconds** | **i32** | The number of seconds any session has been busy, or 0 if all sessions are idle |
11
+
**uptime_seconds** | **i32** | The number of seconds the server has been running |
11
12
**version** | **String** | The version of the server |
12
13
**process_id** | **i32** | The server's operating system process identifier |
14
+
**started** | [**chrono::DateTime::<chrono::Utc>**](DateTime.md) | An ISO 8601 timestamp of when the server was started |
13
15
14
16
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments