rhtyd commented on issue #3343: listVirtualMachines does not show instances belonging to a project URL: https://github.com/apache/cloudstack/issues/3343#issuecomment-507984777 The workaround is to either specify a specific projectid=<uuid> or projectid=-1. A resource under a project is owned by a project (a project account) than a member of the project, which is why such resources are not shown in the default list APIs/views. If we allow listing of all resources, then it may break the UI semantics (backward compatibility). A middle ground could be if `listall=true` is provided than all resources where user can access on could be listed on. Since we're close to 4.13.0.0, I've moved this to the next major milestone. cc @PaulAngus @ustcweizhou @NuxRo
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
