@@ -356,7 +356,7 @@ type AddBaremetalHostResponse struct {
356356 Jobstatus int `json:"jobstatus"`
357357 Lastannotated string `json:"lastannotated"`
358358 Lastpinged string `json:"lastpinged"`
359- Managementserverid string `json:"managementserverid"`
359+ Managementserverid UUID `json:"managementserverid"`
360360 Memoryallocated int64 `json:"memoryallocated"`
361361 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
362362 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -789,7 +789,7 @@ type AddHostResponse struct {
789789 Jobstatus int `json:"jobstatus"`
790790 Lastannotated string `json:"lastannotated"`
791791 Lastpinged string `json:"lastpinged"`
792- Managementserverid string `json:"managementserverid"`
792+ Managementserverid UUID `json:"managementserverid"`
793793 Memoryallocated int64 `json:"memoryallocated"`
794794 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
795795 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -1032,7 +1032,7 @@ type CancelHostMaintenanceResponse struct {
10321032 Jobstatus int `json:"jobstatus"`
10331033 Lastannotated string `json:"lastannotated"`
10341034 Lastpinged string `json:"lastpinged"`
1035- Managementserverid string `json:"managementserverid"`
1035+ Managementserverid UUID `json:"managementserverid"`
10361036 Memoryallocated int64 `json:"memoryallocated"`
10371037 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
10381038 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -1830,7 +1830,7 @@ type FindHostsForMigrationResponse struct {
18301830 JobID string `json:"jobid"`
18311831 Jobstatus int `json:"jobstatus"`
18321832 Lastpinged string `json:"lastpinged"`
1833- Managementserverid int64 `json:"managementserverid"`
1833+ Managementserverid UUID `json:"managementserverid"`
18341834 Memoryallocated string `json:"memoryallocated"`
18351835 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
18361836 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -2645,7 +2645,7 @@ type Host struct {
26452645 Jobstatus int `json:"jobstatus"`
26462646 Lastannotated string `json:"lastannotated"`
26472647 Lastpinged string `json:"lastpinged"`
2648- Managementserverid string `json:"managementserverid"`
2648+ Managementserverid UUID `json:"managementserverid"`
26492649 Memoryallocated int64 `json:"memoryallocated"`
26502650 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
26512651 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -3167,7 +3167,7 @@ type HostsMetric struct {
31673167 Jobstatus int `json:"jobstatus"`
31683168 Lastannotated string `json:"lastannotated"`
31693169 Lastpinged string `json:"lastpinged"`
3170- Managementserverid string `json:"managementserverid"`
3170+ Managementserverid UUID `json:"managementserverid"`
31713171 Memoryallocated int64 `json:"memoryallocated"`
31723172 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
31733173 Memoryallocateddisablethreshold bool `json:"memoryallocateddisablethreshold"`
@@ -3331,7 +3331,7 @@ type PrepareHostForMaintenanceResponse struct {
33313331 Jobstatus int `json:"jobstatus"`
33323332 Lastannotated string `json:"lastannotated"`
33333333 Lastpinged string `json:"lastpinged"`
3334- Managementserverid string `json:"managementserverid"`
3334+ Managementserverid UUID `json:"managementserverid"`
33353335 Memoryallocated int64 `json:"memoryallocated"`
33363336 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
33373337 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -3485,7 +3485,7 @@ type ReconnectHostResponse struct {
34853485 Jobstatus int `json:"jobstatus"`
34863486 Lastannotated string `json:"lastannotated"`
34873487 Lastpinged string `json:"lastpinged"`
3488- Managementserverid string `json:"managementserverid"`
3488+ Managementserverid UUID `json:"managementserverid"`
34893489 Memoryallocated int64 `json:"memoryallocated"`
34903490 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
34913491 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
@@ -3880,7 +3880,7 @@ type UpdateHostResponse struct {
38803880 Jobstatus int `json:"jobstatus"`
38813881 Lastannotated string `json:"lastannotated"`
38823882 Lastpinged string `json:"lastpinged"`
3883- Managementserverid string `json:"managementserverid"`
3883+ Managementserverid UUID `json:"managementserverid"`
38843884 Memoryallocated int64 `json:"memoryallocated"`
38853885 Memoryallocatedbytes int64 `json:"memoryallocatedbytes"`
38863886 Memoryallocatedpercentage string `json:"memoryallocatedpercentage"`
0 commit comments