rohityadavcloud commented on code in PR #6935:
URL: https://github.com/apache/cloudstack/pull/6935#discussion_r1037029748


##########
api/src/main/java/org/apache/cloudstack/api/command/user/vm/ListVMsCmd.java:
##########
@@ -65,6 +66,9 @@ public class ListVMsCmd extends BaseListTaggedResourcesCmd 
implements UserCmd {
     @Parameter(name = ApiConstants.GROUP_ID, type = CommandType.UUID, 
entityType = InstanceGroupResponse.class, description = "the group ID")
     private Long groupId;
 
+    @Parameter(name = ApiConstants.HOST_ID, type = CommandType.UUID, 
entityType = HostResponse.class, description = "the host ID")
+    private Long hostId;

Review Comment:
   @nvazquez we can't do this; allow end users to pass this.



-- 
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]

Reply via email to