<?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 Call a workflow via Rest API in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42863#M8786</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'm a new user for WFA and rest API.&lt;/P&gt;&lt;P&gt;I'm trying to read and understand the document "WFA Web services primer - REST - rev 0.3" and i tested some action as it describes in the document like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET /rest/workflows HTTP/1.1 &lt;/P&gt;&lt;P&gt;Authorization: Basic &amp;lt;encoded_credentials&amp;gt; &lt;/P&gt;&lt;P&gt;Accept: application/xml &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output seems fine, i get 200 OK (Please see te attchment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's only things i understand,could you please help me to call my workflow in order to execute it like i'm connecting in the wfa server and it ask me to enter some input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : I installed the advanced rest api from chrome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2025 05:32:18 GMT</pubDate>
    <dc:creator>REDOUANELIANI</dc:creator>
    <dc:date>2025-06-05T05:32:18Z</dc:date>
    <item>
      <title>Call a workflow via Rest API</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42863#M8786</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'm a new user for WFA and rest API.&lt;/P&gt;&lt;P&gt;I'm trying to read and understand the document "WFA Web services primer - REST - rev 0.3" and i tested some action as it describes in the document like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GET /rest/workflows HTTP/1.1 &lt;/P&gt;&lt;P&gt;Authorization: Basic &amp;lt;encoded_credentials&amp;gt; &lt;/P&gt;&lt;P&gt;Accept: application/xml &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output seems fine, i get 200 OK (Please see te attchment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's only things i understand,could you please help me to call my workflow in order to execute it like i'm connecting in the wfa server and it ask me to enter some input?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS : I installed the advanced rest api from chrome&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2025 05:32:18 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42863#M8786</guid>
      <dc:creator>REDOUANELIANI</dc:creator>
      <dc:date>2025-06-05T05:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Call a workflow via Rest API</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42867#M8788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Calling APIs is always going to be non-interactive and that's how they are meant to be. If you want an interactive session of selecting Workflow, then entering parameter values as when prompted, you need to build some application which calls the API to get workflows, reads the required parameters and prompts user to input them. WFA plans to provide CLI execution of workflow in future with the product.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is a powershell script that does it for you. But its not using WFA Rest APIs, instead SOAP apis. Original script credit to &lt;STRONG&gt;Mirko&lt;/STRONG&gt;. I'm yet to make a REST version, but will post it soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;ll you need is to modify the &lt;SPAN style="color: #339966;"&gt;&lt;EM&gt;$username, $password, $wfaserver&lt;/EM&gt;&lt;/SPAN&gt; at the top of the script according to your setup and then execute it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You'll be presented with a list of available workflows,&lt;/P&gt;&lt;P&gt;select the one you want,&lt;/P&gt;&lt;P&gt;you will be prompted with the parameters to enter.&lt;/P&gt;&lt;P&gt;Job execution will be tracked.&lt;/P&gt;&lt;P&gt;Execution of workflow is done.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 03:36:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42867#M8788</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2014-07-18T03:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: Call a workflow via Rest API</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42875#M8790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tanks for your reply.&lt;/P&gt;&lt;P&gt;It's work very good.&lt;/P&gt;&lt;P&gt;I'll be very interessted in what you've spoken to me by a rest API&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2014 09:53:33 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42875#M8790</guid>
      <dc:creator>REDOUANELIANI</dc:creator>
      <dc:date>2014-07-18T09:53:33Z</dc:date>
    </item>
    <item>
      <title>Re: Call a workflow via Rest API</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42879#M8792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Redouaneliani,&lt;/P&gt;&lt;P&gt;With sinhaa's help, I have written a PowerShell script that could do what you want using REST APIs.&lt;/P&gt;&lt;P&gt;It is available at : &lt;A _jive_internal="true" href="https://community.netapp.com/docs/DOC-34596" title="https://communities.netapp.com/docs/DOC-34596" target="_blank"&gt;https://communities.netapp.com/docs/DOC-34596&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dhruv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Aug 2014 06:44:07 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Call-a-workflow-via-Rest-API/m-p/42879#M8792</guid>
      <dc:creator>dhruvd</dc:creator>
      <dc:date>2014-08-06T06:44:07Z</dc:date>
    </item>
  </channel>
</rss>

