Skip to main content
GET
/
logs
/
system
/
full
Get System Log Full
curl --request GET \
  --url http://localhost:8080/logs/system/full
{
  "path": "<string>",
  "exists": true,
  "size_bytes": 123,
  "size_chars": 123,
  "content": "<string>",
  "updated_at": "2023-11-07T05:31:56Z"
}

Response

200 - application/json

Successful Response

Полное содержимое системного лог-файла.

path
string
required
exists
boolean
required
size_bytes
integer
required
size_chars
integer
required
content
string
required
updated_at
string<date-time> | null