mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-17 23:50:24 +08:00
实现基础的阈值设置
This commit is contained in:
19
pkg/rpc/protos/models/model_node_threshold.proto
Normal file
19
pkg/rpc/protos/models/model_node_threshold.proto
Normal file
@@ -0,0 +1,19 @@
|
||||
syntax = "proto3";
|
||||
option go_package = "./pb";
|
||||
|
||||
package pb;
|
||||
|
||||
message NodeThreshold {
|
||||
int64 id = 1;
|
||||
int64 clusterId = 2;
|
||||
int64 nodeId = 3;
|
||||
string item = 4;
|
||||
string param = 5;
|
||||
string operator = 6;
|
||||
bytes valueJSON = 7;
|
||||
string message = 8;
|
||||
int32 duration = 9;
|
||||
string durationUnit = 10;
|
||||
string sumMethod = 11;
|
||||
bool isOn = 12;
|
||||
}
|
||||
Reference in New Issue
Block a user