mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-25 12:30:24 +08:00
API节点信息增加instanceCode(实例代号)字段
This commit is contained in:
@@ -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