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 {