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

Weiwei Yang resolved YUNIKORN-416.
----------------------------------
    Resolution: Fixed

> Add "applications" REST API to fetch list of applications
> ---------------------------------------------------------
>
>                 Key: YUNIKORN-416
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-416
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>            Reporter: Manikandan R
>            Assignee: Manikandan R
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 0.11
>
>
> URL: /ws/v1/partition/<partition>/queue/<queue>/applications
> Method: GET
> Desc: Returns all applications within the <partition> context.
> Query Params: 
> ?name=spark-app
> Filter the applications using “name” by doing regex match
> ?state=Running
>       Filter the applications using “state”. Allowed states are New", 
> "Accepted", "Starting", "Running", "Waiting", "Rejected", "Completed", 
> "Killed"
> ?min_priority=Any Positive Integer
> Filter the applications using “min_priority”. Applications whose priority is 
> greater than or equal to min_priority would be returned. Default value is 0.
> ?max_priority=Any Positive Integer
> Filter the applications using “max_priority”. Applications whose priority is 
> lesser than or equal to max_priority would be returned. Using both 
> “min_priority” and “max_priority” query params return the applications whose 
> priority falls within the range.
> ?node_id=Id of the node
>       Filter the applications using “node_id”. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to