From 641a76262015dbcc7c2f0e05b214db8905081681 Mon Sep 17 00:00:00 2001 From: qiwang <1364512070@qq.com> Date: Sun, 26 May 2024 17:25:56 +0800 Subject: [PATCH] fix: update vmInfo Former-commit-id: fbc9276038394ddf3c0bfb27a216eaa2f96c6abe --- api/client/types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/api/client/types.go b/api/client/types.go index 9a6ffb51..e2b490f9 100644 --- a/api/client/types.go +++ b/api/client/types.go @@ -172,6 +172,7 @@ type VmInfo struct { StartTime string `json:"startTime,omitempty"` Platform string `json:"platform,omitempty"` VmName string `json:"vm_name,omitempty"` + ServerId string `json:"server_id,omitempty"` } type ResourceStats struct {