Pearl1594 commented on code in PR #10569:
URL: https://github.com/apache/cloudstack/pull/10569#discussion_r1999384433
##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java:
##########
@@ -151,6 +152,9 @@ public class ListVMsCmd extends
BaseListRetrieveOnlyResourceCountCmd implements
@Parameter(name = ApiConstants.USER_DATA, type = CommandType.BOOLEAN,
description = "Whether to return the VMs' user data or not. By default, user
data will not be returned.", since = "4.18.0.0")
private Boolean showUserData;
+ @Parameter(name = ApiConstants.USER_DATA_ID, type = CommandType.UUID,
entityType = UserDataResponse.class, required = false, description = "the
instances by userdata")
Review Comment:
yeah, missed it.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]