I am using NMSDK with python
with c-mode filer , by using "system-get-ontapi-version" i get the major-minor version as 1:32
with this version i am using different NMSDK workflow like "volume-get-iter", "snapshot-create", "clone-create" etc
for different ontap-api version like 1:17, 1:130.. etc all the workflows("volume-get-iter", "snapshot-create", "clone-create" etc) format/inputs/outputs will be same as 1:32 or it get changes?
is there any dependency between the api-version and NMSDK API generations