<?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: SQL Queries for User Input in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17959#M3752</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other examples, you can check out the Example WFA workflows.&amp;nbsp; Many of them have different user input queries... as well as staggered inputs (select Array, then Aggr, then volume then qtree, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently with WFA 1.1.1, you can only have one select at a time.... or an SQL "concat" that joins multiple elements... but would then need to be split out with a function when used in the workflow.&amp;nbsp; In WFA 2.0, it will be possible to identify the "Main" element... and then additional supporting inputs that can help guide a WFA "Operator" to the best resource based on what WFA can see of the environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2012 22:01:29 GMT</pubDate>
    <dc:creator>hill</dc:creator>
    <dc:date>2012-09-05T22:01:29Z</dc:date>
    <item>
      <title>SQL Queries for User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17943#M3749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Tech Team Deep Dive this morning, thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to know more about the schema that we can query for creating pull-downs in the User Input section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, to get a list of aggregate names for a given controller we can use:&lt;/P&gt;&lt;P&gt;SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.name&lt;/P&gt;&lt;P&gt;FROM &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; storage.aggregate AS aggr, storage.array AS array&lt;/P&gt;&lt;P&gt;WHERE &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; aggr.array_id = array.id AND (array.ip = '${controllerName}' OR array.name = '${controllerName}')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it would help to know more about the schema so we can create more precise SQL statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 06:19:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17943#M3749</guid>
      <dc:creator>yarmas</dc:creator>
      <dc:date>2025-06-05T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Queries for User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17948#M3750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hi Tom,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;On the top left menu bar, select "Help" and then "Reference Manual".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;An on-the-fly, automatically generated reference manual would&amp;nbsp; be created, where you can navigate the various parts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;On the top left you can find "cache tables" entity, which would detail all the tables in the cache and their structure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Would be worth noting that the reference manual is generated "Here and now". So if you created workflows, finders and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;even new cache tables - They would appear there and would be nicely documented if you took the time to do so &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Hope that helps,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Yaron Haimsohn&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;WFA team&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 20:58:04 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17948#M3750</guid>
      <dc:creator>yaronh</dc:creator>
      <dc:date>2012-09-05T20:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Queries for User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17955#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, that helps a lot. The SQL Examples are very helpful, although it looks like you can only have one item in the select clause when using the SQL for user input queries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 21:47:25 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17955#M3751</guid>
      <dc:creator>yarmas</dc:creator>
      <dc:date>2012-09-05T21:47:25Z</dc:date>
    </item>
    <item>
      <title>Re: SQL Queries for User Input</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17959#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For other examples, you can check out the Example WFA workflows.&amp;nbsp; Many of them have different user input queries... as well as staggered inputs (select Array, then Aggr, then volume then qtree, etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently with WFA 1.1.1, you can only have one select at a time.... or an SQL "concat" that joins multiple elements... but would then need to be split out with a function when used in the workflow.&amp;nbsp; In WFA 2.0, it will be possible to identify the "Main" element... and then additional supporting inputs that can help guide a WFA "Operator" to the best resource based on what WFA can see of the environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kevin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2012 22:01:29 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/SQL-Queries-for-User-Input/m-p/17959#M3752</guid>
      <dc:creator>hill</dc:creator>
      <dc:date>2012-09-05T22:01:29Z</dc:date>
    </item>
  </channel>
</rss>

