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

UB-1857: chagne cluster id to be an integer instead of string #292

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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