支持使用小时筛选访问日志

This commit is contained in:
GoEdgeLab
2022-03-09 11:01:00 +08:00
parent 70d7ed16e3
commit 1c4ddc9a8e
2 changed files with 86 additions and 65 deletions

View File

@@ -32,6 +32,8 @@ message ListHTTPAccessLogsRequest {
int64 serverId = 2; // 服务ID
int64 size = 3; // 单页条数
string day = 4; // 日期格式YYYYMMDD
string hourFrom = 17; // 开始小时
string hourTo = 18; // 结束小时
bool reverse = 5; // 是否反向查找,可选
bool hasError = 6; // 是否有错误,可选
int64 firewallPolicyId = 7; // WAF策略ID可选