nvazquez commented on code in PR #11016: URL: https://github.com/apache/cloudstack/pull/11016#discussion_r2190030790
########## api/src/main/java/org/apache/cloudstack/api/ApiConstants.java: ########## @@ -252,6 +255,7 @@ public class ApiConstants { public static final String HYPERVISOR = "hypervisor"; public static final String INLINE = "inline"; public static final String INSTANCE = "instance"; + public static final String INSTANCE_ID = "instance_id"; Review Comment: Hi @bernardodemarco there is a mismatch between this parameter value and the autocompletion cmk PR name (`instance_id` vs `instanceid`). For simplicity, can this value be changed to `instanceid`? -- 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