-
Unable to use Invoke-WebRequest once creating a NetApp object "NetApp.Manage.NaServer"
Hello there ! I'm using a Powershell script used by ActiveIQ Unified Manager Alerting system that connect to Unified Manager server using SDK and send the information to our Centreon monitoring server using an HTTPS web request. I have noticed that I can reach the Centreon Web server normaly once I create the NetApp object…
-
ActiveIQ API - Python
Hi all, I wrote a small sdk to consume the ActiveIQ API's via python: https://github.com/woutercoppens/netapp-activeiq-api Look at the samples directory on how to use it. It's just a beta version, but it's a start. Let me know what you think about it. W.
-
audit-log-get-iter SDk 9.4
Hi I am using python and looking for a way to query the audit log between two time stamps. I have tried to use these even thought they are not listed, I thought by chance or magic they would work NaElement("time-range") NaElement("audit-timestamp-range") child_add_string("end-time", end_time) child_add_string("start-time",…
-
SDK 9.7P1 cifs-session-file-get-iter crashing on special charctor \005 "ENQ"
We have run into an issue with cifs-session-file-get-iter crashing. We have a cifs share that is appending "^EQ30lsldxJoudresxAaaqpcawXc" to the end of the file name. A search for Q30lsldxJoudresxAaaqpcawXc explains that it is a windows feature "Created by Indexing service on images" or "Alternate Data Streaming" not sure…
-
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…
-
Ontap SDK: volume-get-iter ZAPI returns erroneous next-tag
Hi folks, I am one of the developers of NetApp Harvest. We heavily use Zapi to collect performance and capacity counters from ONTAP hosts. Recently we've developed an plugin to collect counters of the volume-get-iter Zapi. In my own testing environment everything seemed fine, but one of our users reported that the plugin…
-
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…
-
Contributing to netapp-lib python package
My team is starting a project using the python sdk and I found the netapp-lib pypi package is a slight improvement over the modules included in the manageability sdk lib files. However, there's some issues with it (like the fact that it depends on the six package but doesn't include it as a requirement so it's not…