[
https://issues.apache.org/jira/browse/IGNITE-23489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17916633#comment-17916633
]
Aleksandr commented on IGNITE-23489:
------------------------------------
merged into main: fed8b0e04f7a74d307fc0443579c60af08fc3fd0
> 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
> Assignee: Dmitry Baranov
> Priority: Major
> Labels: ignite-3
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> 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)