Skip to content

Commit 3109e00

Browse files
authored
Add response object required by go SDK for parsing response (#10152)
1 parent ba7ec88 commit 3109e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/metrics/src/main/java/org/apache/cloudstack/response/VmMetricsStatsResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class VmMetricsStatsResponse extends BaseResponse {
4040
private String displayName;
4141

4242
@SerializedName("stats")
43-
@Param(description = "the list of VM stats")
43+
@Param(description = "the list of VM stats", responseObject = StatsResponse.class)
4444
private List<StatsResponse> stats;
4545

4646
public void setId(String id) {

0 commit comments

Comments
 (0)