@@ -197,6 +197,7 @@ type Volume struct {
197
197
Product string `json:"product,omitempty"`
198
198
Status string `json:"status,omitempty"`
199
199
Version string `json:"version,omitempty"`
200
+ Active bool `json:"active,omitempty"`
200
201
Media []struct {
201
202
Defaultbootlocation bool `json:"defaultBootLocation,omitempty"`
202
203
Name string `json:"name,omitempty"`
@@ -212,7 +213,6 @@ type Images struct {
212
213
type Image struct {
213
214
Name string `json:"name,omitempty"`
214
215
Fullpath string `json:"fullPath,omitempty"`
215
- Basebuild string `json:"basebuild,omitempty"`
216
216
Build string `json:"build,omitempty"`
217
217
BuildDate string `json:"buildDate,omitempty"`
218
218
Checksum string `json:"checksum,omitempty"`
@@ -229,8 +229,9 @@ type Hotfixes struct {
229
229
230
230
type Hotfix struct {
231
231
Name string `json:"name,omitempty"`
232
+ Id string `json:"id,omitempty"`
233
+ Title string `json:"title,omitempty"`
232
234
Fullpath string `json:"fullPath,omitempty"`
233
- Basebuild string `json:"basebuild,omitempty"`
234
235
Build string `json:"build,omitempty"`
235
236
BuildDate string `json:"buildDate,omitempty"`
236
237
Checksum string `json:"checksum,omitempty"`
0 commit comments