Add /v3/cluster/healthy endpoint

This commit is contained in:
Ingo Oppermann
2023-06-29 22:08:47 +02:00
parent d66bd61746
commit d6a88cb0c5
5 changed files with 84 additions and 0 deletions

View File

@@ -375,6 +375,32 @@ const docTemplate = `{
}
}
},
"/api/v3/cluster/healthy": {
"get": {
"security": [
{
"ApiKeyAuth": []
}
],
"description": "Whether the cluster is healthy",
"produces": [
"application/json"
],
"tags": [
"v16.?.?"
],
"summary": "Whether the cluster is healthy",
"operationId": "cluster-3-healthy",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "bool"
}
}
}
}
},
"/api/v3/cluster/iam/policies": {
"get": {
"security": [