Skip to content

Commit ab44533

Browse files
Pearl1594DaanHoogland
authored andcommitted
Add response object required by go SDK for parsing response
1 parent cbd2b5a commit ab44533

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)