mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 03:26:36 +08:00
记录用户节点状态/WAF策略增加ServerId
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user