Query the content of log file
GET
/api/v1/systemlog/instance/{id}/file/{name}
授权
UserHttpBearer
Use existing opaque tokens for authentication
类型HTTP (bearer)
参数
路径参数
id*
Instance id
类型string
必填name*
File name
类型string
必填查询参数
linesNum*
Number of log lines, default 5000
类型integer
必填format
"int32"
tail*
Whether to read from the file end, default true
类型boolean
必填响应
OK
*/*
JSON
{
"code": "string",
"msg": "string",
"data": {
},
"datetime": "string",
"ext": {
"additionalProperties": {
}
}
}