Konstantin Orlov created IGNITE-23489:
-----------------------------------------

             Summary: Rest. Introduce new endpoints returning active 
transactions and running queries
                 Key: IGNITE-23489
                 URL: https://issues.apache.org/jira/browse/IGNITE-23489
             Project: Ignite
          Issue Type: Improvement
          Components: rest
            Reporter: Konstantin Orlov


Need to introduce new set of endpoints to expose information similar to one 
exposed through SQL_QUERIES and TRANSACTIONS system views:


{code:java}
GET /management/v1/transactions/
GET /management/v1/transactions/{tx_id}
DELETE /management/v1/transactions/{tx_id}

GET /management/v1/sql/queries/
GET /management/v1/sql/queries/{query_id}
DELETE /management/v1/sql/queries/{query_id}

{code}




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to