We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba7ec88 commit 3109e00Copy full SHA for 3109e00
plugins/metrics/src/main/java/org/apache/cloudstack/response/VmMetricsStatsResponse.java
@@ -40,7 +40,7 @@ public class VmMetricsStatsResponse extends BaseResponse {
40
private String displayName;
41
42
@SerializedName("stats")
43
- @Param(description = "the list of VM stats")
+ @Param(description = "the list of VM stats", responseObject = StatsResponse.class)
44
private List<StatsResponse> stats;
45
46
public void setId(String id) {
0 commit comments