Hi, I posting this question, to get clarification on the response parameter send by the jupyterhub server while sending REST api request to fetch the list of users.
REST API Call : curl -XGET -s -k https://localhost:9443/hub/api/users -H "Authorization: token $apitoken" | jq . Response : *{* *"kind"**: *"user"*,* *"name"**: *"jovyan"*,* *"admin"**: *true*,* *"groups"**: [],* *"server"**: *"/user/jovyan/"*,* *"pending"**: null,* *"created"**: *"2019-02-16T20:58:41.009053Z"*,* *"last_activity": "2019-02-16T23:59:34.296819Z"**,* *"servers"**: {* *""**: {* *"name"**: *""*,* *"last_activity": "2019-02-16T23:50:37.249000Z",* *"started"**: *"2019-02-16T21:12:55.161109Z"*,* *"pending"**: **null**,* *"ready"**: *true*,* *"state"**: {* *"pid"**: *72 * },* *"url"**: *"/user/jovyan/"*,* *"progress_url"**: *"/hub/api/users/jovyan/server/progress" * }* * },* *"auth_state"**: null* *}* Could anyone say me the description/difference between the last activity 2 parameter(highlighted in red) ? Thanks, Praveen. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/6d121a73-8fb7-4080-b819-fc2d1453c8f6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
