You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "James Turton (Jira)" <ji...@apache.org> on 2022/02/11 06:45:00 UTC

[jira] [Closed] (DRILL-7983) Add a REST API to support the get running or completed profiles

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

James Turton closed DRILL-7983.
-------------------------------

> Add a REST API to support the get running or completed profiles
> ---------------------------------------------------------------
>
>                 Key: DRILL-7983
>                 URL: https://issues.apache.org/jira/browse/DRILL-7983
>             Project: Apache Drill
>          Issue Type: New Feature
>            Reporter: Cong Luo
>            Priority: Major
>             Fix For: 1.20.0
>
>
> Drill have a REST API to get the profiles of running and completed queries. this goal of ticket is extended from the `/profiles.json` to support get the running or completed profiles (not all of them). the client does not need to filter with the state.
> old URI
> {code:java}
> /profiles.json{code}
> new URI
> {code:java}
> /profiles.json
> /profiles/running
> /profiles/completed{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)