Remove /v1/about cluster API endpoint

This commit is contained in:
Ingo Oppermann
2024-04-09 15:56:40 +02:00
parent 487529c598
commit 3b11c84545
7 changed files with 817 additions and 197 deletions

View File

@@ -51,33 +51,6 @@ const docTemplateClusterAPI = `{
}
}
},
"/v1/about": {
"get": {
"description": "Cluster info",
"produces": [
"application/json"
],
"tags": [
"v1.0.0"
],
"summary": "Cluster info",
"operationId": "cluster-1-about",
"responses": {
"200": {
"description": "OK",
"schema": {
"type": "string"
}
},
"500": {
"description": "Internal Server Error",
"schema": {
"$ref": "#/definitions/cluster.Error"
}
}
}
}
},
"/v1/barrier/{name}": {
"get": {
"description": "Has the barrier already has been passed",
@@ -1493,6 +1466,9 @@ const docTemplateClusterAPI = `{
"enable": {
"type": "boolean"
},
"id": {
"type": "string"
},
"node_recover_timeout_sec": {
"description": "seconds",
"type": "integer",