wilfred-s commented on code in PR #289: URL: https://github.com/apache/yunikorn-site/pull/289#discussion_r1189261321
########## docs/api/scheduler.md: ########## @@ -681,6 +681,353 @@ Fetch an Application given a Partition, Queue and Application ID and displays ge } ``` +## UsersTracker +### Get users usage tracking information + +Fetch all users usage given a Partition and displays general information about the users managed by YuniKorn. + +**URL** : `/ws/v1/partition/{partitionName}/usage/users` + +**Method** : `GET` + +**Auth required** : NO + +### Success response + +**Code** : `200 OK` + +**Content example** + +```json +[ + { + "userName": "user1", + "groups": { + "app2": "tester" + }, + "queues": + { + "queuename": "root", Review Comment: This is not correct in the example output and should be fixed, it really is `queuePath` -- 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: reviews-unsubscr...@yunikorn.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org