代理批量关联租户接口、关于页运行时与资源指标
This commit is contained in:
+41
-1
@@ -147,7 +147,7 @@
|
||||
"tags": [
|
||||
"设置"
|
||||
],
|
||||
"summary": "返回构建与运行环境信息,「设置 · 关于」页展示",
|
||||
"summary": "返回构建、运行时长与资源占用信息,「设置 · 关于」页展示",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
@@ -4994,6 +4994,46 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/proxies/{id}/tenants": {
|
||||
"put": {
|
||||
"security": [
|
||||
{
|
||||
"BearerAuth": []
|
||||
}
|
||||
],
|
||||
"tags": [
|
||||
"设置"
|
||||
],
|
||||
"summary": "设置代理关联的租户全集",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "代理 ID",
|
||||
"name": "id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"description": "请求体 {\\",
|
||||
"name": "body",
|
||||
"in": "body",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "object"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "usedBy",
|
||||
"schema": {
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/v1/regions": {
|
||||
"get": {
|
||||
"security": [
|
||||
|
||||
Reference in New Issue
Block a user