This is an automated email from the ASF dual-hosted git repository.
mani 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 58d68a0bf6 [YUNIKORN-2018] Update full state dump REST API doc (#352)
58d68a0bf6 is described below
commit 58d68a0bf6ef3a3e48071b70623043bf12c1295a
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Fri Oct 13 13:10:06 2023 +0800
[YUNIKORN-2018] Update full state dump REST API doc (#352)
---
docs/api/scheduler.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/docs/api/scheduler.md b/docs/api/scheduler.md
index f52da9b5ec..5f28c6da7c 100644
--- a/docs/api/scheduler.md
+++ b/docs/api/scheduler.md
@@ -1787,16 +1787,17 @@ Endpoint to retrieve historical data about critical
logs, negative resource on n
Endpoint to retrieve the following information in a single response:
+* Current timestamp (Unix timestamp in nanosecond)
* List of partitions
-* List of applications (running and completed)
+* List of applications (running, completed and rejected)
* Application history
* Nodes
-* Utilization of nodes
* Generic cluster information
-* Cluster utilization
* Container history
* Queues
* RMDiagnostics
+* Log level
+* Configuration
**URL** : `/ws/v1/fullstatedump`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]