mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-26 22:00:26 +08:00
访问日志策略增加只记录WAF访问日志选项
This commit is contained in:
@@ -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