<?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 list of snapshots in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4232#M962</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find this option in version 2.1RC1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Sep 2013 16:40:11 GMT</pubDate>
    <dc:creator>rramirez</dc:creator>
    <dc:date>2013-09-11T16:40:11Z</dc:date>
    <item>
      <title>How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4214#M955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working to create a workflow that does a flexclone of a volume/snapshot.&amp;nbsp; I need to be able to present the user a list of snapshots on a volume and then clone the volume based on the user selected snapshot.&amp;nbsp; I tried creating a user input variable of type Query, and used the following simple query for a test:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT name&lt;/P&gt;&lt;P&gt;FROM storage.snapshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i click on test, i do not get any results at all.&amp;nbsp; How can i query for a list of snapshots on a volume?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:00:49 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4214#M955</guid>
      <dc:creator>slair</dc:creator>
      <dc:date>2025-06-05T06:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4219#M957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to enable Snapshot caching.&amp;nbsp; Open the WFA web page and go to Tools &amp;gt; WFA Configuration.&amp;nbsp; Go the the 'Other' tab and remove the 'storage.snapshot' entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/21557_Screen+shot+2013-06-11+at+10.25.10+AM.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 14:26:47 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4219#M957</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-06-11T14:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4227#M960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it, thanks!&amp;nbsp; Here is what i used for the SQL Query for the User Input:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT snapshot.name&lt;/P&gt;&lt;P&gt;FROM storage.snapshot, storage.volume&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;volume_id = volume.id&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;AND volume.name = ${source_volume}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Jun 2013 15:26:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4227#M960</guid>
      <dc:creator>slair</dc:creator>
      <dc:date>2013-06-11T15:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4232#M962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeremy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where can I find this option in version 2.1RC1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 16:40:11 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4232#M962</guid>
      <dc:creator>rramirez</dc:creator>
      <dc:date>2013-09-11T16:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4236#M964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, it took me a little to figure it out because I haven't looked since the upgrade.&amp;nbsp; Go to the Dictionary page and look at the 'Acquisition Enabled' column (should be the fifth column).&amp;nbsp; Filter on False to see the Dictionary items that are not cached.&amp;nbsp; Right Click on the Dictionary that you want to enable and select 'Enable Acquisition'&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://community.netapp.com/legacyfs/online/23085_enable_caching.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremy Goodrum, NetApp&lt;/P&gt;&lt;P&gt;The Pirate&lt;/P&gt;&lt;P&gt;Twitter: @virtpirate&lt;/P&gt;&lt;P&gt;Blog: &lt;A href="http://www.virtpirate.com" target="_blank"&gt;www.virtpirate.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 17:04:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4236#M964</guid>
      <dc:creator>goodrum</dc:creator>
      <dc:date>2013-09-11T17:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get list of snapshots</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4240#M966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked like a charm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Sep 2013 19:58:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-get-list-of-snapshots/m-p/4240#M966</guid>
      <dc:creator>rramirez</dc:creator>
      <dc:date>2013-09-11T19:58:57Z</dc:date>
    </item>
  </channel>
</rss>

