CuteKittyhoho opened a new pull request #2353:
URL: https://github.com/apache/drill/pull/2353


   # [DRILL-7983](https://issues.apache.org/jira/browse/DRILL-7983): Add a REST 
API to support the get running or completed profiles
   
   ## Description
   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
   ```
   /profiles.json
   ```
   
   new URI
   ```
   /profiles.json
   /profiles/running
   /profiles/completed
   ```
   
   ## Documentation
   NA
   
   ## Testing
   Manual tested (use Postman).
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to