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());
@@ -765,6 +770,7 @@ public String updateConfiguration(final long userId, final String name, final St
765
770
if (account == null) {
766
771
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());
1698
1699
} catch (IllegalArgumentExceptionex) {
1699
1700
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());
1709
1711
} catch (IllegalArgumentExceptionex) {
1710
1712
thrownewInvalidParameterValueException("ApiKeyAccess value can only be Enabled/Disabled/Inherit");
1711
1713
}
@@ -2842,6 +2844,7 @@ public Map<String, String> getKeys(Long userId) {
0 commit comments