mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-15 05:50:27 +08:00
提供使用用户ID、是否为WAF策略拦截等条件查询访问日志的接口
This commit is contained in:
@@ -37,6 +37,8 @@ message ListHTTPAccessLogsRequest {
|
||||
int64 firewallPolicyId = 7; // WAF策略ID,可选
|
||||
int64 firewallRuleGroupId = 8; // WAF分组ID,可选
|
||||
int64 firewallRuleSetId = 9; // WAF规则集ID,可选
|
||||
int64 userId = 10; // 用户ID
|
||||
bool hasFirewallPolicy = 11; // 是否有WAF策略
|
||||
}
|
||||
|
||||
message ListHTTPAccessLogsResponse {
|
||||
|
||||
Reference in New Issue
Block a user