<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Data ONTAP Edge API in ONTAP Discussions</title>
    <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5834#M1240</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a few options for learning that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Zexplore in the SDK has an interface that lets you pick from the API calls and select language and it'll write code examples for you. (drag and drop api calls to the execute window, click the develop tab to see code examples.) Zedi can also execute the code to let you see the output if provided IP/hostname and credentials. (Lightening bolt at the top)&lt;/LI&gt;&lt;LI&gt;The previously mentioned links at the bottom of this page (including a mailing list and a community just like this, but for the SDK) &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-1152" title="https://communities.netapp.com/docs/DOC-1152" target="_blank"&gt;https://communities.netapp.com/docs/DOC-1152&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Dec 2013 14:22:00 GMT</pubDate>
    <dc:creator>coon</dc:creator>
    <dc:date>2013-12-17T14:22:00Z</dc:date>
    <item>
      <title>Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5815#M1235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm evaluating the virtual appliance and it's great!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;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?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And I see there are many versions of the SDKs, which version is compatible for Data ONTAP Edge?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any response is appreciated!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:47:02 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5815#M1235</guid>
      <dc:creator>HADOOPGUY</dc:creator>
      <dc:date>2025-06-05T05:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5820#M1237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which part do you want to manage? The Data ONTAP instance once it is deployed responds to the standard Manage ONTAP SDK/API. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="active_link" href="https://community.netapp.com/docs/DOC-1152" title="https://communities.netapp.com/docs/DOC-1152" target="_blank"&gt;https://communities.netapp.com/docs/DOC-1152&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know it can be confusing which one to grab, but if you go to the main software download page: &lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.netapp.com/NOW/cgi-bin/software" title="http://support.netapp.com/NOW/cgi-bin/software" target="_blank"&gt;http://support.netapp.com/NOW/cgi-bin/software&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Select next to "NetApp Manageability SDK" "All Platforms". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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). &lt;/P&gt;&lt;P&gt;Eventually you get to the one that says "&lt;/P&gt;&lt;H1&gt;NetApp&lt;SUP&gt;®&lt;/SUP&gt; Manageability SDK 5.1 - Download&lt;/H1&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SDK has examples for java in there and a bunch of resources to help are at the bottom of this page: &lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-1152" title="https://communities.netapp.com/docs/DOC-1152" target="_blank"&gt;https://communities.netapp.com/docs/DOC-1152&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 12:15:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5820#M1237</guid>
      <dc:creator>coon</dc:creator>
      <dc:date>2013-12-17T12:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5829#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, coon. I want to write code to create volume, snapshots, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, I have downloaded the SDK you mentioned. And I can use it to access the virtual storage appliance I installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 14:13:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5829#M1239</guid>
      <dc:creator>HADOOPGUY</dc:creator>
      <dc:date>2013-12-17T14:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5834#M1240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's a few options for learning that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Zexplore in the SDK has an interface that lets you pick from the API calls and select language and it'll write code examples for you. (drag and drop api calls to the execute window, click the develop tab to see code examples.) Zedi can also execute the code to let you see the output if provided IP/hostname and credentials. (Lightening bolt at the top)&lt;/LI&gt;&lt;LI&gt;The previously mentioned links at the bottom of this page (including a mailing list and a community just like this, but for the SDK) &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-1152" title="https://communities.netapp.com/docs/DOC-1152" target="_blank"&gt;https://communities.netapp.com/docs/DOC-1152&lt;/A&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 14:22:00 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5834#M1240</guid>
      <dc:creator>coon</dc:creator>
      <dc:date>2013-12-17T14:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5839#M1241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The SDK community link is here: &lt;A _jive_internal="true" href="https://community.netapp.com/community/interfaces_and_tools/interfaces" title="https://communities.netapp.com/community/interfaces_and_tools/interfaces" target="_blank"&gt;https://communities.netapp.com/community/interfaces_and_tools/interfaces&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Dec 2013 21:21:09 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5839#M1241</guid>
      <dc:creator>andris</dc:creator>
      <dc:date>2013-12-17T21:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5844#M1242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For java bindings API documentation, you can refer to the &lt;STRONG&gt;javadocs &lt;/STRONG&gt;under &lt;STRONG&gt;&lt;EM&gt;&amp;lt;nmsdk java bindings root directory&amp;gt;&lt;/EM&gt;/doc/Data_ONTAP/&lt;/STRONG&gt; directory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Dec 2013 06:22:24 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5844#M1242</guid>
      <dc:creator>sens</dc:creator>
      <dc:date>2013-12-18T06:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data ONTAP Edge API</title>
      <link>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5851#M1244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes! That's indeed what I want. Thanks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Dec 2013 12:29:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/ONTAP-Discussions/Data-ONTAP-Edge-API/m-p/5851#M1244</guid>
      <dc:creator>HADOOPGUY</dc:creator>
      <dc:date>2013-12-20T12:29:57Z</dc:date>
    </item>
  </channel>
</rss>

