-
Supported ActiveIQ version for NMSDK 5.4
Currently we were using NMSDK Java version. It is connected with DFM/OCUM. Also we started upgrading the OCUM to ActiveIQ. I need to know whether I can still use the same NMSDK to connect with ActiveIQ. ActiveIQ version: 9.8 NMSDK Version: 5.4 ONTAP cluster version: 9.1
-
How to know ONTAP and NMSDK API calls are GET / POST requests?
How to know ONTAP and NMSDK API calls are GET / POST requests? I am using methods like AggrListInfoRequest to get the data from the NetApp Cluster.
-
Value is empty for about 15 multibyte characters
I am develop tool for ontap with python. On the way, I tried to create a Qtree using multi-byte characters such as Japanese and Korean. However, if an error occurs and the number of multibyte characters exceeds a certain number as long as guessed from the error content, it seems that NetApp can not recognize the character…
-
NMSDK 9.7 file-list-directory-iter output always returns acl-type of "unknown"
I've tested this call against several filesystems on cDOT OnTAP 9.6P2 volumes using SDK 9.5, 9.6 and 9.7 since I still had all 3 "laying around". By default we use 9.7. The acl-type field returned for previous OnTAP and SDK versions used to return the ACL type of each file and directory encountered, almost always returning…
-
Syntax errors in 9.x versions of NMSDK in lib/perl/NetApp/Ontap7ModeAPI.pm
The last few versions of NMSDK have contained a syntax error in the Perl module located at lib/perl/NetApp/Ontap7ModeAPI.pm. The error appears to be the result of an automatically generated data structure. The original block of code reads (note that the error is in the 'type' line): 'volume-dsid' => { 'type' => 'string the…
-
NMSDK 9.4 vserver 1.140 API calls
I've been using the ZExplore Developer Interface (ZEDI) since forever to figure out which API call to use with which parameters and to test it all. Ever since NMSDK 9.4, it seems that this hasn't been updated properly. From what I was told, the Ontapi version matched the ONTAP version, e.g.: Ontapi 1.120 matched ONTAP 9.2,…