weizhouapache commented on issue #6993:
URL: https://github.com/apache/cloudstack/issues/6993#issuecomment-1377334035
> sounds good, but should resource/domain admins not also be able to see
those, or at least VR volumes)
@DaanHoogland
The api parameter introduced in #6491 can only be used by root admin.
```
@Parameter(name = ApiConstants.LIST_SYSTEM_VMS, type =
CommandType.BOOLEAN, description = "list system VMs; only ROOT admin is
eligible to pass this parameter", since = "4.18",
authorized = { RoleType.Admin })
private Boolean listSystemVms;
```
let's keep the same behaviour.
--
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]