You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Weiwei Yang (Jira)" <ji...@apache.org> on 2021/05/12 04:53:00 UTC

[jira] [Updated] (YUNIKORN-416) Add "applications" REST API to fetch list of applications

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

Weiwei Yang updated YUNIKORN-416:
---------------------------------
    Fix Version/s: 0.11

> 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: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org