This is an automated email from the ASF dual-hosted git repository.
manirajv06 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new c570a43f72 [YUNIKORN-3234] Remove node-utilization redirect from
routes (#555)
c570a43f72 is described below
commit c570a43f72e7b9ce27334f481df1e338a8c9ffe1
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Jun 10 13:26:46 2026 +0530
[YUNIKORN-3234] Remove node-utilization redirect from routes (#555)
The deprecated "/ws/v1/scheduler/node-utilization" was replaced with
"/ws/v1/scheduler/node-utilizations" as part of YuniKorn 1.5.
Removal of the code and redirect as part of YuniKorn 1.9.
Closes: #555
Signed-off-by: Manikandan R <[email protected]>
---
docs/api/scheduler.md | 46 ----------------------------------------------
1 file changed, 46 deletions(-)
diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index a5cf9501c6..0c4e8dbd54 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -1495,52 +1495,6 @@ Node details include host and rack name, capacity,
resources, utilization, and a
**Code** : `500 Internal Server Error`
-### Node utilization
-
-Show how every node is distributed with regard to dominant resource
utilization.
-
-**Status** : Deprecated since v1.5.0 and will be removed in the next major
release. Replaced with `/ws/v1/scheduler/node-utilizations`.
-
-**URL** : `/ws/v1/scheduler/node-utilization`
-
-**Method** : `GET`
-
-**Auth required** : NO
-
-#### Success response
-
-**Code** : `200 OK`
-
-**Content examples**
-
-```json
-{
- "type": "vcore",
- "utilization": [
- {
- "bucketName": "0-10%",
- "numOfNodes": 1,
- "nodeNames": [
- "aethergpu"
- ]
- },
- {
- "bucketName": "10-20%",
- "numOfNodes": 2,
- "nodeNames": [
- "primary-node",
- "second-node"
- ]
- },
- ...
- ]
-}
-```
-
-#### Error response
-
-**Code** : `500 Internal Server Error`
-
### Node utilizations
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]