<?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: How to get SVM IP through NMSDK API in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147049#M2872</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SVM never has an IP address rather IP address is assign to port (Logical or Physical) within SVM. To get SVM(vserver), Port and IP details use API "net-interface-get-iter".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Tue, 12 Mar 2019 16:43:32 GMT</pubDate>
    <dc:creator>gaurav_verma</dc:creator>
    <dc:date>2019-03-12T16:43:32Z</dc:date>
    <item>
      <title>How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147039#M2871</link>
      <description>&lt;P&gt;I want to fetch IP assign to SVM&lt;/P&gt;
&lt;P&gt;how can I get SVM IP through NMSDK API's&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 12:44:55 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147039#M2871</guid>
      <dc:creator>neha_T</dc:creator>
      <dc:date>2025-06-04T12:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147049#M2872</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SVM never has an IP address rather IP address is assign to port (Logical or Physical) within SVM. To get SVM(vserver), Port and IP details use API "net-interface-get-iter".&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 16:43:32 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147049#M2872</guid>
      <dc:creator>gaurav_verma</dc:creator>
      <dc:date>2019-03-12T16:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147075#M2874</link>
      <description>&lt;P&gt;thanks,&amp;nbsp;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/1662"&gt;@gaurav_verma&lt;/a&gt;&amp;nbsp; I can get the information now&lt;/P&gt;
&lt;P&gt;I want to fetch all CIFS&amp;nbsp;shares on filer: NMSDK provide an API: cifs-share-get-iter&lt;/P&gt;
&lt;P&gt;same way I want to fetch all NSF volumes, is there any NMSDK API to fetch all NFS volumes?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 06:14:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147075#M2874</guid>
      <dc:creator>neha_T</dc:creator>
      <dc:date>2019-03-13T06:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147089#M2877</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could query for volumes / qtrees and then filter out all with "default" export policy assigned to them.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:51:03 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147089#M2877</guid>
      <dc:creator>Grzegorz</dc:creator>
      <dc:date>2019-03-13T11:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147091#M2879</link>
      <description>&lt;P&gt;API:&amp;nbsp;volume-get-iter&lt;/P&gt;
&lt;P&gt;If you want to exclude root volume use "is-node-root" as false.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 11:57:44 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147091#M2879</guid>
      <dc:creator>gaurav_verma</dc:creator>
      <dc:date>2019-03-13T11:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147094#M2880</link>
      <description>&lt;P&gt;But "is-node-root" attribute is present in both CIFS and NFS shares&lt;/P&gt;
&lt;P&gt;I want to fetch all NFS shares only, or we can say that I want to list all the volumes which are listed in Namespace column in Array console.&lt;/P&gt;
&lt;P&gt;One thing I can filter out is on the basis of Junction_path but it is set in both CIFS and NFS share&lt;/P&gt;
&lt;P&gt;Basically, I want a separate&amp;nbsp;list for NFS and CIFS shares&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:30:45 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147094#M2880</guid>
      <dc:creator>neha_T</dc:creator>
      <dc:date>2019-03-13T12:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get SVM IP through NMSDK API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147098#M2883</link>
      <description>&lt;P&gt;I dont think there is any API which gives you list of NFS shares. You have to first get list of volume and qtree which has some export policy (volume-export-attributes in volume-get-iter) excluding "default". That list should be list of NFS shares.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2019 12:53:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/How-to-get-SVM-IP-through-NMSDK-API/m-p/147098#M2883</guid>
      <dc:creator>gaurav_verma</dc:creator>
      <dc:date>2019-03-13T12:53:11Z</dc:date>
    </item>
  </channel>
</rss>

