mirror of https://github.com/apache/cloudstack.git
api: fix access for listSystemVmUsageHistory (#10032)
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
parent
c5e8f63452
commit
00c659b7a7
|
|
@ -26,7 +26,7 @@ import org.apache.cloudstack.response.VmMetricsStatsResponse;
|
|||
|
||||
@APICommand(name = "listSystemVmsUsageHistory", description = "Lists System VM stats", responseObject = VmMetricsStatsResponse.class,
|
||||
requestHasSensitiveInfo = false, responseHasSensitiveInfo = false, since = "4.18.0",
|
||||
authorized = {RoleType.Admin, RoleType.ResourceAdmin, RoleType.DomainAdmin})
|
||||
authorized = {RoleType.Admin})
|
||||
public class ListSystemVMsUsageHistoryCmd extends BaseResourceUsageHistoryCmd {
|
||||
|
||||
/////////////////////////////////////////////////////
|
||||
|
|
|
|||
Loading…
Reference in New Issue