mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-25 19:56:37 +08:00
实现基本的监控终端管理
This commit is contained in:
@@ -22,14 +22,16 @@ service ReportResultService {
|
||||
message CountAllReportResultsRequest {
|
||||
int64 reportNodeId = 1;
|
||||
int32 okState = 2;
|
||||
string level = 3;
|
||||
}
|
||||
|
||||
// 列出单页监控结果
|
||||
message ListReportResultsRequest {
|
||||
int64 reportNodeId = 1;
|
||||
int32 okState = 2;
|
||||
int64 offset = 3;
|
||||
int64 size = 4;
|
||||
string level = 3;
|
||||
int64 offset = 4;
|
||||
int64 size = 5;
|
||||
}
|
||||
|
||||
message ListReportResultsResponse {
|
||||
|
||||
Reference in New Issue
Block a user