Skip to main content
We are redesigning the NetApp Knowledge Base site to make it easier to use and navigate. The new and improved site will be available the first week of October. Check out our video or read this KB article to know more about changes you’ll see on the site.
NetApp Knowledge Base

What interfaces are used for ZAPIs?

Views:
106
Visibility:
Public
Votes:
0
Category:
ontap-9
Specialty:
core
Last Updated:

Applies to

  • Data ONTAP 8
  • ONTAP 9

Answer

There are two, depending on whether the API operates on Cluster-owned objects or Vserver-owned objects:

  • ontap-cluster APIs operate on Cluster-owned objects, like disks, aggregates, and other physical resources. These APIs are executed against the cluster-mgmt LIF using Cluster Admin credentials.
 
  • ontap-vserver APIs operate on Vserver-owned objects, like volumes, protocol services, etc. These APIs are either executed against a "vserver management" LIF (A LIF in the Vserver with role=data and data-protocols=none) using Vserver Admin credentials, or against the cluster-mgmt LIF with Cluster Admin credentials and a Vserver tunnel argument supplied on the connection.

Additional Information

 

 

 

 

  • Was this article helpful?
******************************************************* *******************************************************