This is an automated email from the ASF dual-hosted git repository.
ccondit 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 b52b3a8 [YUNIKORN-1114] Document changes from YUNIKORN-961 (#136)
b52b3a8 is described below
commit b52b3a82bb69fb80435078dc0ebc5b9f64025e67
Author: steinsgateted <[email protected]>
AuthorDate: Mon Mar 28 13:20:10 2022 -0500
[YUNIKORN-1114] Document changes from YUNIKORN-961 (#136)
Closes: #136
Signed-off-by: Craig Condit <[email protected]>
---
docs/api/cluster.md | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
diff --git a/docs/api/cluster.md b/docs/api/cluster.md
index 2ce317f..b3a442b 100644
--- a/docs/api/cluster.md
+++ b/docs/api/cluster.md
@@ -24,7 +24,7 @@ under the License.
## Clusters
-Returns general information about the clusters managed by the YuniKorn
Scheduler. Information includes number of (total, failed, pending, running,
completed) applications and containers.
+Returns general information about the clusters managed by the YuniKorn
Scheduler. Information includes number of (total, failed, pending, running,
completed) applications and containers and the build information of resource
managers.
**URL** : `/ws/v1/clusters`
@@ -38,17 +38,19 @@ Returns general information about the clusters managed by
the YuniKorn Scheduler
**Content examples**
-As an example, here is a response from a 2-node cluster with 3 applications
and 4 running containers.
+As an example, here is a response from a 2-node cluster with 3 applications
and 4 running containers and 1 resource manager.
```json
[
{
- "startTime": "2022-03-22T14:54:13+0000",
+ "startTime": "2022-02-21T11:12:05+0000",
"rmBuildInformation": [
- "buildDate": "2022-03-22T09:51:21+0000",
- "buildVersion": "latest",
- "isPluginVersion": "false",
- "rmId": "mycluster"
+ {
+ "buildDate": "2022-02-21T19:09:16+0800",
+ "buildVersion": "latest",
+ "isPluginVersion": "false",
+ "rmId": "rm-123"
+ }
],
"partition": "default",
"clusterName": "kubernetes",