When trying to add a new user quota the error is:
"users" is a required input for creating a user rule and "group" is not allowed
The arguments passed are:
newquota = QuotaRule(users=[{'name': linname}] , svm={'name' : self.storage_controllers[self.site]['vserver']}, volume={'name':'vol_users'}, qtree={'name':'users'}, type='user',user_mapping="off", space={'hard_limit':new_quota_size})
From what i can see seems that the variable is not passed to the api request.
Python 3.6
netapp-ontap 9.7.2
Modify quotas works as expected.
Any suggestion ?