Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
UB-1857: chagne cluster id to be an integer instead of string
Browse files Browse the repository at this point in the history
  • Loading branch information
olgasht authored and olgashtivelman committed Feb 19, 2019
1 parent 5d52b33 commit e84470e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/scbe/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down

0 comments on commit e84470e

Please sign in to comment.