mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-10 17:30:27 +08:00
支持使用小时筛选访问日志
This commit is contained in:
@@ -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,可选
|
||||
|
||||
Reference in New Issue
Block a user