<?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 netapp manageability sdk: setting reserved snapshot in volume-create in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/netapp-manageability-sdk-setting-reserved-snapshot-in-volume-create/m-p/75830#M660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate a creation of a volume, and I need to set the reserved snapshot percentage to 0. the problem is that I don't know the child's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning, I don't know what to put instead of the question marks in the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s = new NaServer(Server, 1, 0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.Style = NaServer.AUTH_STYLE.LOGIN_PASSWORD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.SetAdminUser(User, Pwd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi = new NaElement("volume-create");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("volume", "VolName");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("size", "20m");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("containing-aggr-name", "aggr0");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;????????&lt;/STRONG&gt;&lt;/SPAN&gt;", "0");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.InvokeElem(xi);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Data ONTAP 7.2.4 (yes, it's old...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Meytal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 06:28:30 GMT</pubDate>
    <dc:creator>MEYTAL_GENAH</dc:creator>
    <dc:date>2025-06-05T06:28:30Z</dc:date>
    <item>
      <title>netapp manageability sdk: setting reserved snapshot in volume-create</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/netapp-manageability-sdk-setting-reserved-snapshot-in-volume-create/m-p/75830#M660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to automate a creation of a volume, and I need to set the reserved snapshot percentage to 0. the problem is that I don't know the child's name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meaning, I don't know what to put instead of the question marks in the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s = new NaServer(Server, 1, 0);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.Style = NaServer.AUTH_STYLE.LOGIN_PASSWORD;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.SetAdminUser(User, Pwd);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi = new NaElement("volume-create");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("volume", "VolName");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("size", "20m");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("containing-aggr-name", "aggr0");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;xi.AddNewChild("&lt;SPAN style="color: #339966;"&gt;&lt;STRONG&gt;????????&lt;/STRONG&gt;&lt;/SPAN&gt;", "0");&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff;"&gt;s.InvokeElem(xi);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Data ONTAP 7.2.4 (yes, it's old...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Meytal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:28:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/netapp-manageability-sdk-setting-reserved-snapshot-in-volume-create/m-p/75830#M660</guid>
      <dc:creator>MEYTAL_GENAH</dc:creator>
      <dc:date>2025-06-05T06:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: netapp manageability sdk: setting reserved snapshot in volume-create</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/netapp-manageability-sdk-setting-reserved-snapshot-in-volume-create/m-p/75835#M661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I found the wanted api:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;xi = new NaElement("snapshot-set-reserve");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;xi.AddNewChild("volume", "volName");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;xi.AddNewChild("percentage", "0");&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Apr 2012 14:44:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/netapp-manageability-sdk-setting-reserved-snapshot-in-volume-create/m-p/75835#M661</guid>
      <dc:creator>MEYTAL_GENAH</dc:creator>
      <dc:date>2012-04-30T14:44:34Z</dc:date>
    </item>
  </channel>
</rss>

