Session Action
Session Action
Request
GET /rest/v1/session
Description
Session Action is used to obtain the current session information.
Path parameters
None
Query parameters
None
Request body
None
Response
{
"msg": "success",
"code": 0,
"data": {
"column_names": ["Id", "User", "Host", "Cluster", "Db", "Command", "Time", "State", "Info"],
"rows": [{
"User": "root",
"Command": "Sleep",
"State": "",
"Cluster": "default_cluster",
"Host": "10.81.85.89:31465",
"Time": "230",
"Id": "0",
"Info": "",
"Db": "db1"
}]
},
"count": 2
}
The returned result is the same as System Action
. Is a description of the table.