mirror of
https://github.com/datarhei/core.git
synced 2025-10-04 15:42:57 +08:00
Remove /v1/about cluster API endpoint
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user