提供使用用户ID、是否为WAF策略拦截等条件查询访问日志的接口

This commit is contained in:
刘祥超
2021-01-20 16:53:23 +08:00
parent 0506e671c5
commit e96e8a40ac
2 changed files with 59 additions and 36 deletions

View File

@@ -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 {