[management] access log sorting (#5378)

This commit is contained in:
Pascal Fischer
2026-02-20 00:11:55 +01:00
committed by GitHub
parent 36752a8cbb
commit 5ca1b64328
4 changed files with 297 additions and 3 deletions

View File

@@ -7409,6 +7409,20 @@ paths:
minimum: 1
maximum: 100
description: Number of items per page (max 100)
- in: query
name: sort_by
schema:
type: string
enum: [timestamp, url, host, path, method, status_code, duration, source_ip, user_id, auth_method, reason]
default: timestamp
description: Field to sort by (url sorts by host then path)
- in: query
name: sort_order
schema:
type: string
enum: [asc, desc]
default: desc
description: Sort order (ascending or descending)
- in: query
name: search
schema: