sureshanaparti commented on code in PR #11086: URL: https://github.com/apache/cloudstack/pull/11086#discussion_r2209890047
########## api/src/main/java/org/apache/cloudstack/api/response/CapabilitiesResponse.java: ########## @@ -124,6 +124,10 @@ public class CapabilitiesResponse extends BaseResponse { @Param(description = "the retention time for Instances disks stats", since = "4.18.0") private Integer instancesDisksStatsRetentionTime; + @SerializedName(ApiConstants.DYNAMIC_SCALING_ENABLED) + @Param(description = "true if dynamically scaling for instances is enabled", since = "4.19.4") Review Comment: ```suggestion @Param(description = "true if dynamically scaling for instances is enabled", since = "4.21.0") ``` @sudo87 change it if this goes in 4.21 first. cc @DaanHoogland -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org