-
Upload a docx file to Netapp using NetApp ONTAP REST API
Hello, I am using ONTAP 9.11 and trying to upload a docx file to a netapp volume using the following REST API via postman: POST api/storage/volumes/volumeid/files. Content Type is multipart/form-data and the body is form-data with a key of file. The value is the actual file. I am receiving an error when attempting this:…
-
Using Postman with NetApp API Services.
Postman is a REST development and command testing tool to allow developers and administrators build new commands for administration and provisioning. To utilized the drag and drop capabilities / double click capabilities to quickly build out new REST commands the Swagger template from the API Server can to be installed as…
-
Access Active IQ unified manger API using certificate file instead of password
I have a need to run a script in 'Active IQ unified manger' server using the script option. It's all working normal when I provide the username and password as show below, but I need to remove this and use the certificate-based login, please suggest how this can be done. I have generated a self-signed certificate, but not…
-
AIQUM REST "Unable to parse filter parameter attribute : fields"
Reading the documentation this query should work https://<AIQUM>/api/datacenter/storage/volumes?state=online&fields=name it returns error message"Unable to parse filter parameter attribute : fields"target"fields"codenull curl has the same result (as I expected, but hopped differently)…
-
NAbox 3.x - How to change IP-Range in docker
Hello community,we just installed NAbox 3.1 - it works so far.However, it cannot be called from every workstation because it causes problems on the network side ("Page is unreachable", PING "Request timed out").According to our network administrator, Docker uses the 172.19.0.0/16 network by default. In our company, this is…
-
Snapcenter API token = no content
Hi, I have a couple of SnapCenter servers that are returning a token of "no content" using the API Explorer, "False" with an https Python call. Python possible give a hint "Read timed out. (read timeout=15)" Does anyone have any idea why this may happen? No one has reported updating any of the servers. SnapCenter 4.3 on…
-
Does AIQ Unified Manager GUI have the ability to show REST API commands like System Manager does?
I am looking for the REST API calls for all RW volumes seen by AIQ-UM sorted by cluster
-
harvest counters
Hello I'm new to the harvest and I'm really lost. I use Nabox with harvest 1.6 right now. I would like to know which counters (mainly IOPS, latency and throughput) are related to the frontend and which are related to the backend (aggregate). Is there anywhere list of collected counters with some explanation? And also the…
-
Way for Harvest to graph inode usage?
Is there a way to graph inode usage in volumes?
-
NetApp-Harvest
I just wanted to say thank you for making the tool available. Within a few hours of it collecting data, we already knew more about what the storage was doing than before 🙂 A minor note. The init.d script needs a #!/bin/bash on the first line (well at least under RedHat 7.1) otherwise it gets an exec error when the system…