访问日志存储策略增加“停止默认数据库存储”选项

This commit is contained in:
刘祥超
2023-10-30 19:03:48 +08:00
parent 9b899dff74
commit 03a6e9ccb9
5 changed files with 151 additions and 116 deletions

View File

@@ -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;
}
// 查找单个访问日志策略