JupyterHub server events#
hub.jupyter.org/server-action |
||
Record actions on user servers made via JupyterHub. JupyterHub can perform various actions on user servers via direct interaction from users, or via the API. This event is recorded whenever either of those happen. Limitations:
|
||
type |
object |
|
properties |
||
|
Action performed by JupyterHub. This is a required field. Possibl Values:
|
|
enum |
start, stop |
|
|
Name of the user whose server this action was performed on. This is the normalized name used by JupyterHub itself, which is derived from the authentication provider used but might not be the same as used in the authentication provider. |
|
type |
string |
|
|
Name of the server this action was performed on. JupyterHub supports each user having multiple servers with arbitrary names, and this field specifies the name of the server. The ‘default’ server is denoted by the empty string |
|
type |
string |