You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewInvalidParameterValueException("Unable to update storage pool with id " + resourceId + ". Overprovision not supported for " + pool.getPoolType());
@@ -764,6 +769,7 @@ public String updateConfiguration(final long userId, final String name, final St
764
769
if (account == null) {
765
770
thrownewInvalidParameterValueException("unable to find account by id " + resourceId);
ActionEventUtils.onActionEvent(user.getId(), account.getAccountId(), account.getDomainId(), EventTypes.API_KEY_ACCESS_UPDATE, "Api key access was changed for the user to " + access.toString(), user.getId(), ApiCommandResourceType.User.toString());
1684
1685
} catch (IllegalArgumentExceptionex) {
1685
1686
thrownewInvalidParameterValueException("ApiKeyAccess value can only be Enabled/Disabled/Inherit");
ActionEventUtils.onActionEvent(User.UID_SYSTEM, account.getAccountId(), account.getDomainId(), EventTypes.API_KEY_ACCESS_UPDATE, "Api key access was changed for the account to " + access.toString(), account.getId(), ApiCommandResourceType.Account.toString());
1695
1697
} catch (IllegalArgumentExceptionex) {
1696
1698
thrownewInvalidParameterValueException("ApiKeyAccess value can only be Enabled/Disabled/Inherit");
1697
1699
}
@@ -2828,6 +2830,7 @@ public Map<String, String> getKeys(Long userId) {
0 commit comments