mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/1Panel-dev/1Panel.git
synced 2026-09-20 08:03:55 +08:00
fix: improve host system log filtering compatibility (#13373)
This commit is contained in:
@@ -20388,6 +20388,33 @@ const docTemplate = `{
|
||||
]
|
||||
}
|
||||
},
|
||||
"/logs/system/status": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/dto.SystemLogStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
},
|
||||
{
|
||||
"Timestamp": []
|
||||
}
|
||||
],
|
||||
"summary": "Get host system log status",
|
||||
"tags": [
|
||||
"Logs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/logs/tasks/executing/count": {
|
||||
"get": {
|
||||
"responses": {
|
||||
@@ -38946,6 +38973,23 @@ const docTemplate = `{
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dto.SystemLogStatus": {
|
||||
"properties": {
|
||||
"keywordFilterSupported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dto.Tag": {
|
||||
"properties": {
|
||||
"key": {
|
||||
|
||||
@@ -20384,6 +20384,33 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"/logs/system/status": {
|
||||
"get": {
|
||||
"produces": [
|
||||
"application/json"
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "OK",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/dto.SystemLogStatus"
|
||||
}
|
||||
}
|
||||
},
|
||||
"security": [
|
||||
{
|
||||
"ApiKeyAuth": []
|
||||
},
|
||||
{
|
||||
"Timestamp": []
|
||||
}
|
||||
],
|
||||
"summary": "Get host system log status",
|
||||
"tags": [
|
||||
"Logs"
|
||||
]
|
||||
}
|
||||
},
|
||||
"/logs/tasks/executing/count": {
|
||||
"get": {
|
||||
"responses": {
|
||||
@@ -38942,6 +38969,23 @@
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dto.SystemLogStatus": {
|
||||
"properties": {
|
||||
"keywordFilterSupported": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"source": {
|
||||
"type": "string"
|
||||
},
|
||||
"version": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"type": "object"
|
||||
},
|
||||
"dto.Tag": {
|
||||
"properties": {
|
||||
"key": {
|
||||
|
||||
Reference in New Issue
Block a user