Hi,
Certainly agree that the NMSDK could be improved.
Regarding your comment "we're expected know how to create xml documents used by the Zephyr API". I'm not sure if you are aware that there is utility available in the NMSDK called "ZExplore" located in the "zedi" folder? Based on that comment you might not be so i thought i'd mention it as an option for you if you're not aware of it.
ZExplore will enable you to browse the ZAPI's and create the XML for you. You can run the zexplore.jar or zexplore.exe depending on your development platform. You can also select python as language. EG
Select the ZAPI version in the top left then select "preferences\connect" to connect to your NetApp cluster
drag\drop the ZAPI list from the left navigation to the right and see the XML in the "Execute" tab. EG
You can then click on the develop tab and see the default phython code that has been created for you:
Hopefully that saves you time trying to figure out ZAPI\XML structure.
/Matt
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.