from netapp_ontap.resources import QuotaReport
result = QuotaReport.get_collection(volume='vol_users', fields="*")
Error received:
AttributeError: The 'hard_limit' field has not been set on the QuotaReportSpace. Try refreshing the object by calling get().
This was working fine on 9.6
The error seems to be the api does not read the qtree users quota rule but expects a define user quota rule
My Env:
Python 3.6
netapp_ontap: 9.7.2