访问日志策略增加只记录WAF访问日志选项

This commit is contained in:
GoEdgeLab
2022-04-22 17:14:17 +08:00
parent a16902baf5
commit 011cf60fdb
4 changed files with 144 additions and 109 deletions

View File

@@ -52,6 +52,7 @@ message CreateHTTPAccessLogPolicyRequest {
bytes optionsJSON = 3;
bytes condsJSON = 4;
bool isPublic = 5;
bool firewallOnly = 6;
}
message CreateHTTPAccessLogPolicyResponse {
@@ -66,6 +67,7 @@ message UpdateHTTPAccessLogPolicyRequest {
bytes optionsJSON = 4;
bytes condsJSON = 5;
bool isPublic = 6;
bool firewallOnly = 7;
}
// 查找单个访问日志策略