WebP策略变化时只更新相关配置

This commit is contained in:
GoEdgeLab
2023-12-11 11:08:48 +08:00
parent c64f1af77c
commit bd0b7e31bf
8 changed files with 862 additions and 563 deletions

View File

@@ -482,7 +482,7 @@ message FindEnabledNodeClusterConfigInfoResponse {
bool hasMessageReceivers = 4; // 已设置消息通知接收人
bool isTOAEnabled = 5; // 启用了TOA
bool hasMetricItems = 6; // 有指标统计设置
bool webpIsOn = 7; // 是否定义了WebP策略
bool webPIsOn = 7; // 是否定义了WebP策略
bool uamIsOn = 10; // 是否定义了UAM策略
bool httpCCIsOn = 12; // 是否定义了CC策略
bool hasSystemServices = 8; // 启用了系统服务
@@ -510,7 +510,7 @@ message FindEnabledNodeClusterWebPPolicyResponse {
// 设置集群WebP策略
message UpdateNodeClusterWebPPolicyRequest {
int64 nodeClusterId = 1;
bytes webpPolicyJSON = 2;
bytes webPPolicyJSON = 2;
}
// 读取集群的UAM策略