I redad https://library.netapp.com/ecmdocs/ECMLP2874673/html/resources/cifs_share.html and according to sample, I tired to creae cifs sahre as bellow:
--
resource=CifsShare()
resource.name="vol1"
resource.path="/vol1"
resource.svm.uuid="47604f0f-59a4-11ec-be69-00a0985c5d5b"
resource.post(hydrate=True)
--
Error:
AttributeError: The 'svm' field has not been set on the CifsShare. Try refreshing the object by calling get().
I treied with "key":"values" but failed.. How is correct way setting "svm.uuid"?