ONTAP Discussions
ONTAP Discussions
Hi,
I'm evaluating the virtual appliance and it's great!
Now I'd like to write java code with API you provided to manage it. Can someone tell me where to get the required SDKs and any examples for me to begin?
And I see there are many versions of the SDKs, which version is compatible for Data ONTAP Edge?
Any response is appreciated!
Solved! See The Solution
For java bindings API documentation, you can refer to the javadocs under <nmsdk java bindings root directory>/doc/Data_ONTAP/ directory.
Which part do you want to manage? The Data ONTAP instance once it is deployed responds to the standard Manage ONTAP SDK/API.
https://communities.netapp.com/docs/DOC-1152
I know it can be confusing which one to grab, but if you go to the main software download page:
http://support.netapp.com/NOW/cgi-bin/software
Select next to "NetApp Manageability SDK" "All Platforms".
Fill out the form, click through the agreements (note there's some good documentation links on one of those verbose pages that looks like a legal disclaimer page).
Eventually you get to the one that says "
That page misleadingly (to me) looks like it's providing instructions to do what you already did, but if you click that link, it's the direct link to the SDK zip file.
The SDK has examples for java in there and a bunch of resources to help are at the bottom of this page:
Thanks, coon. I want to write code to create volume, snapshots, etc.
Yes, I have downloaded the SDK you mentioned. And I can use it to access the virtual storage appliance I installed.
I also downloaded the java bindings netapp-manageability-sdk-5.1-java-bindings.zip, after I unzipped it I found no API documentation. Looks like it's a more convenient way to use the java bindings, do you know where I can get documentation for it?
Thanks a lot!
There's a few options for learning that.
The SDK community link is here: https://communities.netapp.com/community/interfaces_and_tools/interfaces
For java bindings API documentation, you can refer to the javadocs under <nmsdk java bindings root directory>/doc/Data_ONTAP/ directory.
Yes! That's indeed what I want. Thanks a lot!