-
USAPI Plugin
Hello. I have an ongoing feature request with Veeam regarding SnapLock and the handling of SnapMirror labels. Veeam says that the SnapLock functionality will work as soon as NetApp has completed its new USAPI plugin. Is there any approximate timeline for when such a plugin might be ready?
-
ONTAP RESTful APIs technical resources page on NetApp DevNet
DevNet brings API resources of all NetApp products together for NetApp partners and customers to explore. Explore https://devnet.netapp.com/restapi - ONTAP RESTful APIs technical resources page on NetApp Developer Network
-
What REST API to use
As part of a capacity management report I want to include following information: storage aggregate show-space -fields total-provisioned-space-percent,total-provisioned-space It gives an idea about the overprovisioning on the level of an aggregate. Which REST-API call should I use? I can't find it? Thanks for your feedback.…
-
REST API - Service Processor
Hi, I am trying to retrieve the Service Processor information using PowerShell via REST API. I notice in the ONTAP REST API Online Reference that there doesn't seem to be a section under the 'Schemes' section: However, I notice there is a 'Models' section: With a Service Processor section under it: How do I use this…
-
Issue - RestAPI
We are Getting an error while creating volume thru Terraform Script as its sating the below error rror on GET storage/volumes: REST reported error restclient.RestError{Code:"4", Message:"entry doesn't exist", │ Target:"uuid"}, statusCode: 404
-
Does SAML enabled on the cluster interfere with API access
We seem to be having trouble proving API access at the simplest level - just a basic CLI test such as "curl -siku "mydomain\userid" "https://mycluster/api/cluster?fields=version"". In every attempt we see error:{"code":"6691623", "message":"User is not authorized." I am authorized - I use the same account every day via…
-
Discrepancy with Public REST and private cli REST output/records for volume
We are seeing inconsistent behavior between ONTAP REST APIs: * The public REST API ("/api/storage/volumes") only returns a subset of RW data volumes. * The private CLI REST API ("/api/private/cli/volume") correctly returns the full set. * Additionally, the public REST API sometimes throws errors like “SVM not found” after…
-
Setting server_enabled to true after installing SSL certificate from REST API (ONTAP 15)
I am automating SSL renewal procedure. I have managed to install the certificate, but after installation I would like to enable it (usually done in CLI in the security ssl cmddir by parsing the -server-enabled true argument) to take over from the certificate currently enabled. These are the endpoints present in the…
-
API Failure
Getting below error while trying to call Qtree Rename API. Why is the SVM going in lock status ? PATCH /api/storage/qtrees/9fee2a62-xxxxxxxxxxxxxxx/1025?return_timeout=120 : {"export_policy":{"id":xxxxxxxxxxxx,"name":"default"}} :: Error: This SVM is temporarily locked from changes while recording the configuration…
-
Backup schedule using POST with https
I am trying to resolve the ActiveIQ Suggestion “The node is not configured to save configuration backups to a remote location.” We don’t really understand why POST is the defaulted method for HTTPS and how we cannot change it to PUT as is explained by the KB article the ActiveIQ Suggestion links us to: The web server to…