mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-01 10:10:24 +08:00
访问日志策略增加只记录WAF访问日志选项
This commit is contained in:
@@ -11,4 +11,5 @@ message HTTPAccessLogPolicy {
|
||||
bytes optionsJSON = 5;
|
||||
bytes condsJSON = 6;
|
||||
bool isPublic = 7;
|
||||
bool firewallOnly = 8;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
// 查找单个访问日志策略
|
||||
|
||||
Reference in New Issue
Block a user