1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

Add logs function (#1108)

This commit is contained in:
link
2023-05-22 17:28:30 +08:00
committed by GitHub
parent c67ee1731c
commit b420a2d930
4 changed files with 110 additions and 19 deletions

View File

@ -59,6 +59,22 @@ paths:
$ref: "#/components/responses/GetHealthPortsOK"
"500":
$ref: "#/components/responses/ResponseInternalServerError"
/health/logs:
get:
tags:
- Health methods
summary: Get log
operationId: getHealthlogs
responses:
"200":
description: OK
content:
application/octet-stream:
schema:
type: string
format: binary
"500":
$ref: "#/components/responses/ResponseInternalServerError"
/file/test:
get: