[ 
https://issues.apache.org/jira/browse/IGNITE-23489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Konstantin Orlov updated IGNITE-23489:
--------------------------------------
    Description: 
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}


  was:
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}



> 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
>            Priority: Major
>              Labels: ignite-3
>
> 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