<?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 How to give inputs to a Workflow if called through a HTTP request ??? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-give-inputs-to-a-Workflow-if-called-through-a-HTTP-request/m-p/102888#M18210</link>
    <description>&lt;P&gt;how to give inputs to the workflow if you are calling the workflow through an HTTP request ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: &lt;A href="http://X.X.X.X/rest/workflow/uid=&amp;lt;workflow" target="_blank"&gt;http://X.X.X.X/rest/workflow/uid=&amp;lt;workflow&lt;/A&gt; id&amp;gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jun 2025 04:37:57 GMT</pubDate>
    <dc:creator>Sudeep</dc:creator>
    <dc:date>2025-06-05T04:37:57Z</dc:date>
    <item>
      <title>How to give inputs to a Workflow if called through a HTTP request ???</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-give-inputs-to-a-Workflow-if-called-through-a-HTTP-request/m-p/102888#M18210</link>
      <description>&lt;P&gt;how to give inputs to the workflow if you are calling the workflow through an HTTP request ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Example: &lt;A href="http://X.X.X.X/rest/workflow/uid=&amp;lt;workflow" target="_blank"&gt;http://X.X.X.X/rest/workflow/uid=&amp;lt;workflow&lt;/A&gt; id&amp;gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 04:37:57 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-give-inputs-to-a-Workflow-if-called-through-a-HTTP-request/m-p/102888#M18210</guid>
      <dc:creator>Sudeep</dc:creator>
      <dc:date>2025-06-05T04:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to give inputs to a Workflow if called through a HTTP request ???</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-give-inputs-to-a-Workflow-if-called-through-a-HTTP-request/m-p/102889#M18211</link>
      <description>&lt;P&gt;you will have to make a http POST request to the url&amp;nbsp;&lt;A href="http://x.x.x.x/rest/workflows/&amp;lt;UUID" target="_blank"&gt;http://x.x.x.x/rest/workflows/&amp;lt;UUID&lt;/A&gt; of the workflow&amp;gt;/jobs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Add http header&amp;nbsp;Content-Type as "application/xml"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The http body should&amp;nbsp;be xml like this&lt;/P&gt;&lt;PRE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;
&amp;lt;workflowInput&amp;gt;
   &amp;lt;userInputValues&amp;gt;
      &amp;lt;key&amp;gt;ClusterName&amp;lt;/key&amp;gt;
      &amp;lt;value&amp;gt;abc&amp;lt;/value&amp;gt;
      &amp;lt;key&amp;gt;VserverName&amp;lt;/key&amp;gt;
      &amp;lt;value&amp;gt;vs1&amp;lt;/value&amp;gt;
      &amp;lt;key&amp;gt;VolumeName&amp;lt;/key&amp;gt;
      &amp;lt;value&amp;gt;DemoVol023&amp;lt;/value&amp;gt;
   &amp;lt;/userInputValues&amp;gt;
&amp;lt;/workflowInput&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2015 06:09:56 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/How-to-give-inputs-to-a-Workflow-if-called-through-a-HTTP-request/m-p/102889#M18211</guid>
      <dc:creator>paragp</dc:creator>
      <dc:date>2015-04-08T06:09:56Z</dc:date>
    </item>
  </channel>
</rss>

