<?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: Volume move with API in Software Development Kit (SDK) and API Discussions</title>
    <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130723#M2357</link>
    <description>&lt;P&gt;Vol move is not "vserver" level API its under "Cluster-Mode" API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/7173i297EF4440D24E2C6/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-05-02 at 5.29.18 PM.png" title="Screen Shot 2017-05-02 at 5.29.18 PM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 May 2017 00:31:18 GMT</pubDate>
    <dc:creator>robinpeter</dc:creator>
    <dc:date>2017-05-03T00:31:18Z</dc:date>
    <item>
      <title>Volume move with API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130721#M2356</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to move a volume to a new aggregate using the API. I can't find a "volume-move" operation in the SDK so I have attempted to use the "volume-modify-iter" API to change the aggregate, using the code below - unforunately, this just doesn't move the volume.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;netapp  xmlns="http://www.netapp.com/filer/admin" version="1.32"&amp;gt;
  &amp;lt;volume-modify-iter&amp;gt;
    &amp;lt;attributes&amp;gt;
      &amp;lt;volume-attributes&amp;gt;
        &amp;lt;volume-id-attributes&amp;gt;
          &amp;lt;containing-aggregate-name&amp;gt;aggr11_06_sas&amp;lt;/containing-aggregate-name&amp;gt;
        &amp;lt;/volume-id-attributes&amp;gt;
      &amp;lt;/volume-attributes&amp;gt;
    &amp;lt;/attributes&amp;gt;
    &amp;lt;continue-on-failure&amp;gt;true&amp;lt;/continue-on-failure&amp;gt;
    &amp;lt;max-failure-count&amp;gt;1&amp;lt;/max-failure-count&amp;gt;
    &amp;lt;max-records&amp;gt;1&amp;lt;/max-records&amp;gt;
    &amp;lt;query&amp;gt;
      &amp;lt;volume-attributes&amp;gt;
        &amp;lt;volume-id-attributes&amp;gt;
          &amp;lt;name&amp;gt;test_api&amp;lt;/name&amp;gt;
          &amp;lt;name-ordinal&amp;gt;&amp;lt;/name-ordinal&amp;gt;
          &amp;lt;node&amp;gt;&amp;lt;/node&amp;gt;
          &amp;lt;owning-vserver-name&amp;gt;name_of_vserver&amp;lt;/owning-vserver-name&amp;gt;
        &amp;lt;/volume-id-attributes&amp;gt;
      &amp;lt;/volume-attributes&amp;gt;
    &amp;lt;/query&amp;gt;
    &amp;lt;return-failure-list&amp;gt;true&amp;lt;/return-failure-list&amp;gt;
    &amp;lt;return-success-list&amp;gt;true&amp;lt;/return-success-list&amp;gt;
    &amp;lt;tag&amp;gt;&amp;lt;/tag&amp;gt;
  &amp;lt;/volume-modify-iter&amp;gt;
&amp;lt;/netapp&amp;gt;&lt;/PRE&gt;&lt;P&gt;Is there any way to achieve this using the API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:07:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130721#M2356</guid>
      <dc:creator>stephzylstra</dc:creator>
      <dc:date>2025-06-04T15:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Volume move with API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130723#M2357</link>
      <description>&lt;P&gt;Vol move is not "vserver" level API its under "Cluster-Mode" API&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/7173i297EF4440D24E2C6/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Screen Shot 2017-05-02 at 5.29.18 PM.png" title="Screen Shot 2017-05-02 at 5.29.18 PM.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 00:31:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130723#M2357</guid>
      <dc:creator>robinpeter</dc:creator>
      <dc:date>2017-05-03T00:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Volume move with API</title>
      <link>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130724#M2358</link>
      <description>&lt;P&gt;Thanks, I accidentally moved it to vserver level in ZEDI.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 00:34:19 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Software-Development-Kit-SDK-and-API-Discussions/Volume-move-with-API/m-p/130724#M2358</guid>
      <dc:creator>stephzylstra</dc:creator>
      <dc:date>2017-05-03T00:34:19Z</dc:date>
    </item>
  </channel>
</rss>

