Manikandan R created YUNIKORN-417:
-------------------------------------
Summary: Add "nodes" REST API to fetch list of nodes
Key: YUNIKORN-417
URL: https://issues.apache.org/jira/browse/YUNIKORN-417
Project: Apache YuniKorn
Issue Type: Sub-task
Reporter: Manikandan R
Assignee: Manikandan R
URL: /ws/v1/partition/<partition>/nodes
Method: GET
Desc: Return all nodes within the <partition> context
Query Params:
?host_name=NODE1
Filter the nodes using “host_name” by doing regex match
?rack_name=RACK1
Filter the nodes using “rack_name” by doing regex match
?allocations=true
Show allocations for each node only in response if it has been requested.
Default is false.
?allocation_tags=tag1
Filter the nodes using “allocation_tags” by doing regex match. Applicable only
when “allocations” query param is true.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]