mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-09 00:40:24 +08:00
访问日志存储策略增加“停止默认数据库存储”选项
This commit is contained in:
@@ -54,6 +54,7 @@ message CreateHTTPAccessLogPolicyRequest {
|
||||
bytes condsJSON = 4;
|
||||
bool isPublic = 5;
|
||||
bool firewallOnly = 6;
|
||||
bool disableDefaultDB = 7;
|
||||
}
|
||||
|
||||
message CreateHTTPAccessLogPolicyResponse {
|
||||
@@ -69,6 +70,7 @@ message UpdateHTTPAccessLogPolicyRequest {
|
||||
bytes condsJSON = 5;
|
||||
bool isPublic = 6;
|
||||
bool firewallOnly = 7;
|
||||
bool disableDefaultDB = 8;
|
||||
}
|
||||
|
||||
// 查找单个访问日志策略
|
||||
|
||||
Reference in New Issue
Block a user