Software Development Kit (SDK) and API Discussions

Python

sk96869738
11,001 Views

Hi Experts,

 

I am trying out for some automation with Python, as i am new to Netapp i would like to know the procedure in order to write python scripts to pull some hardware information on the filer. so need your help on it.

 

Which API/tools to be used for ontap version 8.1.4p8 7 mode .

How to install the tool/API, how to invoke a script from the management server.

 

 

Any help is appreciated.

 

Thanks and Regards,

Santosh S

2 REPLIES 2

asulliva
10,983 Views

Hello Santosh,

 

You'll want to get started with the NetApp Manageability SDK.  In the package is documentation for the libraries and sample code for, among others, Python.  You will also want to look at the ZAPI documentation which will describe the APIs available, what they do, and how to use them.

 

Hope that helps.

 

Andrew

If this post resolved your issue, please help others by selecting ACCEPT AS SOLUTION or adding a KUDO.

francoisbnc
10,963 Views

Hi,

You can also try Zexplore Development Interface from same SDK package and generate examples of code, in python, for each api you want.

François

 

Public