实现服务看板(企业版)

This commit is contained in:
GoEdgeLab
2021-07-07 19:55:52 +08:00
parent 78b9afba98
commit d88bbdabb9
7 changed files with 2637 additions and 666 deletions

View File

@@ -161,6 +161,15 @@ message ListEnabledNodesMatchRequest {
string keyword = 6;
int64 nodeGroupId = 7;
int64 nodeRegionId = 8;
bool cpuAsc = 20;
bool cpuDesc = 21;
bool memoryAsc = 22;
bool memoryDesc = 23;
bool trafficInAsc = 24;
bool trafficInDesc = 25;
bool trafficOutAsc = 26;
bool trafficOutDesc = 27;
}
message ListEnabledNodesMatchResponse {