记录用户节点状态/WAF策略增加ServerId

This commit is contained in:
刘祥超
2021-01-20 14:22:56 +08:00
parent 675674e768
commit 0506e671c5
8 changed files with 405 additions and 243 deletions

View File

@@ -59,6 +59,7 @@ message CreateHTTPFirewallPolicyRequest {
string name = 2;
string description = 3;
repeated string httpFirewallGroupCodes = 4;
int64 serverId = 5;
}
message CreateHTTPFirewallPolicyResponse {
@@ -70,6 +71,7 @@ message CreateEmptyHTTPFirewallPolicyRequest {
bool isOn = 1;
string name = 2;
string description = 3;
int64 serverId = 4;
}
message CreateEmptyHTTPFirewallPolicyResponse {