session_manager_interface
interfaces.session_manager_interface
Interface for the session manager endpoint.
Functions
get_configs()
Get the available configurations for the controller.
Returns:
| Type | Description |
|---|---|
list[dict[str, str]]
|
List of dictionaries indicating the file where the config is contained and the |
list[dict[str, str]]
|
id for the config. |
Source code in interfaces/session_manager_interface.py
get_session_manager_driver()
Get a ProcessManagerDriver instance.
Source code in interfaces/session_manager_interface.py
get_sessions()
Get the active sessions in the controller.
Returns:
| Type | Description |
|---|---|
list[dict[str, str]]
|
List of dictionaries indicating the session name and the actor name (i.e. |
list[dict[str, str]]
|
typically, the user who boots the session). |