mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-27 12:56:36 +08:00
可以使用集群搜索WAF策略、缓存策略
This commit is contained in:
@@ -81,6 +81,7 @@ message DeleteHTTPCachePolicyRequest {
|
||||
// 计算缓存策略数量
|
||||
message CountAllEnabledHTTPCachePoliciesRequest {
|
||||
string keyword = 1;
|
||||
int64 nodeClusterId = 2;
|
||||
}
|
||||
|
||||
// 列出单页的缓存策略
|
||||
@@ -88,6 +89,7 @@ message ListEnabledHTTPCachePoliciesRequest {
|
||||
int64 offset = 1;
|
||||
int64 size = 2;
|
||||
string keyword = 3;
|
||||
int64 nodeClusterId = 4;
|
||||
}
|
||||
|
||||
message ListEnabledHTTPCachePoliciesResponse {
|
||||
|
||||
Reference in New Issue
Block a user