diff --git a/local/scbe/resources.go b/local/scbe/resources.go index 52e127c1..a132664b 100644 --- a/local/scbe/resources.go +++ b/local/scbe/resources.go @@ -226,7 +226,7 @@ type ScbeResponseHost struct { Array string `json:"array"` HostId string `json:"host_id"` Name string `json:"name"` - StorageCluster string `json:"storage_cluster"` + StorageCluster int `json:"storage_cluster"` PhysicalHost int `json:"physical_host"` }