diff --git a/cmd/admin-handlers.go b/cmd/admin-handlers.go index d4aae1d62..98921f281 100644 --- a/cmd/admin-handlers.go +++ b/cmd/admin-handlers.go @@ -2654,7 +2654,7 @@ func checkConnection(endpointStr string, timeout time.Duration) error { } type clusterInfo struct { - DeploymentID string `json:"deployement_id"` + DeploymentID string `json:"deployment_id"` ClusterName string `json:"cluster_name"` UsedCapacity uint64 `json:"used_capacity"` Info struct {