diff --git a/api/client/types.go b/api/client/types.go index fe53fae5..5a9b43cb 100644 --- a/api/client/types.go +++ b/api/client/types.go @@ -177,6 +177,7 @@ type VmInfo struct { DeletedAt string `json:"deleted_at,omitempty"` VmName string `json:"vm_name,omitempty"` Replicas int64 `json:"replicas,omitempty"` + ServerId string `json:"serverId,omitempty"` } type ResourceStats struct {