Session Action

    Description

    Query parameters

    Response

    1. "code": 0,
    2. "data": {
    3. "column_names": ["Id", "User", "Host", "Cluster", "Db", "Command", "Time", "State", "Info"],
    4. "rows": [{
    5. "Command": "Sleep",
    6. "State": "",
    7. "Host": "10.81.85.89:31465",
    8. "Time": "230",
    9. "Info": "",
    10. "Db": "db1"
    11. }]
    12. },