Search
/logs
GET /
Get list of all accessible log files (excluding blacklisted files).
GET /detail
Query Parameters
{ path?: string, // Log path file?: string // File name }
Response
GET /:file
{ path?: string // Log path }
DELETE /
Request Body
{ filename: string, // File name path: string, // File path type?: string // Type (optional) }
{ code: 200, data: ... }