<?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: Need help with listing out export rules in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16267#M3303</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I'll download and look at it.&amp;nbsp; I'm not trying to create rules though, I'm trying to view existing rules and display them for our end-users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried it out and this isn't what I'm looking for.&amp;nbsp; When it finds the export_policy, I'd like it to display all of the rules for that policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated the workflow to repeat for the row that finds the exports, and even got it to list each rule.&amp;nbsp; How do I take these outputs and provide them as a return parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Roger Hinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 06 Aug 2014 20:24:37 GMT</pubDate>
    <dc:creator>rogerhinson</dc:creator>
    <dc:date>2014-08-06T20:24:37Z</dc:date>
    <item>
      <title>Need help with listing out export rules</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16257#M3301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I am creating a workflow that will show an end-user all of the information about their volume including all of the export rules by providing their LIF name and volume/qtree name.&amp;nbsp; We've created two filters to get the cluster and vserver by LIF name.&amp;nbsp; By using the certified no-op command, I've been able to get the policy name but not the rules for the policy, it just gets the count of rules&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;And example of inputs are:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pnxnsdlfd1cl01-n1-810n-corplab.intuit.net&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /roger_nfs_20140805/roger_qtree&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SDL-A&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I've attached the current workflow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can anyone lend a hand?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Roger&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:31:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16257#M3301</guid>
      <dc:creator>rogerhinson</dc:creator>
      <dc:date>2025-06-05T05:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with listing out export rules</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16262#M3302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find the attached sample workflow for creating an export rule.&lt;/P&gt;&lt;P&gt;Note that this workflow uses 'User Input' Query type to get the export policy and export rule details information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 19:46:46 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16262#M3302</guid>
      <dc:creator>rkiran</dc:creator>
      <dc:date>2014-08-06T19:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with listing out export rules</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16267#M3303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; I'll download and look at it.&amp;nbsp; I'm not trying to create rules though, I'm trying to view existing rules and display them for our end-users. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried it out and this isn't what I'm looking for.&amp;nbsp; When it finds the export_policy, I'd like it to display all of the rules for that policy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've updated the workflow to repeat for the row that finds the exports, and even got it to list each rule.&amp;nbsp; How do I take these outputs and provide them as a return parameter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Roger Hinson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 20:24:37 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16267#M3303</guid>
      <dc:creator>rogerhinson</dc:creator>
      <dc:date>2014-08-06T20:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with listing out export rules</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16271#M3304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My sample workflow actually lists&amp;nbsp; the Export rules for the selected Export Policy. You can find them when you expand the 'Export Policy' drop down list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 16:21:10 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16271#M3304</guid>
      <dc:creator>rkiran</dc:creator>
      <dc:date>2014-08-07T16:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with listing out export rules</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16276#M3306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see that now.&amp;nbsp; We are looking to return the information via a rest call.&amp;nbsp; I was able to create the workflow I needed that puts all of the clientmatch's in one return parameter.&amp;nbsp; Attached workflow.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 21:14:31 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Need-help-with-listing-out-export-rules/m-p/16276#M3306</guid>
      <dc:creator>rogerhinson</dc:creator>
      <dc:date>2014-08-07T21:14:31Z</dc:date>
    </item>
  </channel>
</rss>

