diff --git a/plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java b/plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java index a7446af98a5..484cd068945 100644 --- a/plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java +++ b/plugins/metrics/src/main/java/org/apache/cloudstack/response/HostMetricsResponse.java @@ -48,15 +48,15 @@ public class HostMetricsResponse extends HostResponse { private Double loadAverage; @SerializedName("memorytotalgb") - @Param(description = "the total cpu capacity in GiB") + @Param(description = "the total memory capacity in GiB") private String memTotal; @SerializedName("memoryusedgb") - @Param(description = "the total cpu used in GiB") + @Param(description = "the total memory used in GiB") private String memUsed; @SerializedName("memoryallocatedgb") - @Param(description = "the total cpu allocated in GiB") + @Param(description = "the total memory allocated in GiB") private String memAllocated; @SerializedName("networkread")