WAF显示拦截日志

This commit is contained in:
GoEdgeLab
2020-11-02 14:37:36 +08:00
parent 58226da3cd
commit fe7e963e60
2 changed files with 65 additions and 29 deletions

View File

@@ -31,6 +31,9 @@ message ListHTTPAccessLogsRequest {
string day = 4;
bool reverse = 5; // 是否反向查找
bool hasError = 6;
int64 firewallPolicyId = 7; // WAF策略ID
int64 firewallRuleGroupId = 8; // WAF分组ID
int64 firewallRuleSetId = 9; // WAF规则集ID
}
message ListHTTPAccessLogsResponse {