You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@kyuubi.apache.org by GitBox <gi...@apache.org> on 2022/10/17 14:45:19 UTC

[GitHub] [incubator-kyuubi] pan3793 commented on a diff in pull request #3642: [KYUUBI #3611][DOCS] Add session resource REST docs

pan3793 commented on code in PR #3642:
URL: https://github.com/apache/incubator-kyuubi/pull/3642#discussion_r997155391


##########
docs/client/rest/rest_api.md:
##########
@@ -19,6 +19,248 @@
 
 Note that: now the api version is v1 and the base uri is `/api/v1`.
 
+## Session Resource
+
+### GET /sessions
+
+Get the list of all live sessions
+
+#### Response Body
+
+| Name       | Description                                              | Type   |
+|:-----------|:---------------------------------------------------------|:-------|
+| identifier | The session identifier                                   | String |
+| user       | The user name that created the session                   | String |
+| ipAddr     | The user name that created the batch                     | String |

Review Comment:
   wrong description



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@kyuubi.apache.org
For additional commands, e-mail: notifications-help@kyuubi.apache.org