mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 05:16:34 +08:00
API节点信息增加instanceCode(实例代号)字段
This commit is contained in:
@@ -22,4 +22,5 @@ message APINode {
|
||||
bool isPrimary = 16;
|
||||
|
||||
bool debug = 30;
|
||||
string instanceCode = 31;
|
||||
}
|
||||
@@ -281,8 +281,8 @@ message ComposeAdminDashboardResponse {
|
||||
|
||||
// 节点升级信息
|
||||
message UpgradeInfo {
|
||||
int64 countNodes = 1;
|
||||
string newVersion = 2;
|
||||
int64 countNodes = 1; // 节点数
|
||||
string newVersion = 2; // 新版本
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user