<?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 Calling a WFA Workflow Using Rest in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133875#M24289</link>
    <description>&lt;P&gt;Is anyone familiar with how to specify user input when calling WFA via rest? Here's how I'm making the call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wfaServer/rest/workflows/workflowID/jobs?input1=x&amp;amp;input2=y&amp;amp;input3=z" target="_blank"&gt;https://wfaServer/rest/workflows/workflowID/jobs?input1=x&amp;amp;input2=y&amp;amp;input3=z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the error I'm getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;data contentType="text/plain" contentLength="47"&amp;gt;&amp;lt;![CDATA[No job input specified. Must specify user input]]&amp;gt;&amp;lt;/data&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something with syntax on my http link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2025 14:41:21 GMT</pubDate>
    <dc:creator>A_Campbell</dc:creator>
    <dc:date>2025-06-04T14:41:21Z</dc:date>
    <item>
      <title>Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133875#M24289</link>
      <description>&lt;P&gt;Is anyone familiar with how to specify user input when calling WFA via rest? Here's how I'm making the call:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://wfaServer/rest/workflows/workflowID/jobs?input1=x&amp;amp;input2=y&amp;amp;input3=z" target="_blank"&gt;https://wfaServer/rest/workflows/workflowID/jobs?input1=x&amp;amp;input2=y&amp;amp;input3=z&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the error I'm getting:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;lt;data contentType="text/plain" contentLength="47"&amp;gt;&amp;lt;![CDATA[No job input specified. Must specify user input]]&amp;gt;&amp;lt;/data&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I missing something with syntax on my http link?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 14:41:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133875#M24289</guid>
      <dc:creator>A_Campbell</dc:creator>
      <dc:date>2025-06-04T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133883#M24290</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/58650"&gt;@A_Campbell&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would suggest to see the REST API docs available on your WFA server at:&amp;nbsp;https://WFAserver/rest/docs/&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can execute a workflow via REST APIs using the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;https://wfaServer/rest/workflows/workflowUUID/jobs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Method: &lt;FONT color="#3366FF"&gt;POST&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Body in XML:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;?xml version="1.0"?&amp;gt;&lt;BR /&gt;&amp;lt;workflowInput&amp;gt;&lt;BR /&gt;&amp;lt;userInputValues&amp;gt;&lt;BR /&gt;&lt;FONT color="#3366FF"&gt;&amp;lt;userInputEntry key="Input1" value="x"&amp;gt;&amp;lt;/userInputEntry&amp;gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#3366FF"&gt;&lt;SPAN&gt;&amp;lt;userInputEntry key="Input2" value="y"&amp;gt;&amp;lt;/userInputEntry&amp;gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN&gt;&lt;BR /&gt;&amp;lt;/userInputValues&amp;gt;&lt;BR /&gt;&amp;lt;/workflowInput&amp;gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Creating an Input-Body can a time-taking error prone task especially if your workflow involves complex User-Input types like Query-Multi Select, or Tables or Password. I would suggest to use this post to get it within seconds and 0 errors.&amp;nbsp;&lt;A href="http://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/How-to-generate-the-User-Input-XML-Body-for-executing-workflows-via-REST-APIs/m-p/107853#M19026" target="_blank"&gt;How to generate the User-Input XML Body for executing workflows via REST APIs: The Solution&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WFA4.1 supports JSON body too. See the REST Docs for the format etc. The above post is not designed for JSON. I'll do it as soon as I can.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;--------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But looking at your attempt to execute workflow providing Input values in URL, is this what you really want? Do you want to provide all user-inputs in the URL itself and NO Input body?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This too can be done. I can tel how to if you would want to know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 00:20:15 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133883#M24290</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-08-24T00:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133901#M24298</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information. Yes, I'd like to add the user input in the URL for the example I'm working on now since we just have a small number of values. If you are able to provide some information on how to do it this way, it would be appreciated. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 13:22:23 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133901#M24298</guid>
      <dc:creator>A_Campbell</dc:creator>
      <dc:date>2017-08-24T13:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133912#M24305</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/58650"&gt;@A_Campbell&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;WFA 4.1 or above&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;for this. Doing this needs a new feature called 'Custom Rest end points'&amp;nbsp;which is only present in the mentioned WFA version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Open your workflow for editing. You'll see the last 'tab' is called 'Advanced'. Go to that tab.&lt;/P&gt;&lt;P&gt;2. You see it has fields 'Custom URI path for workflow' and HTTP method type drop-down selection.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Assuming your workflow have only 2 user-inputs and values as&amp;nbsp;&lt;EM&gt;$Input1=x&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;$Input2=y&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. Provide the Custom URI path as:&amp;nbsp;&lt;FONT color="#008000"&gt;/{Input1}/{Input2}/myworkflow&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;5. Select the HTTP method type :&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008000"&gt;DELETE&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Save it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you can execute this workflow using some REST client:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;URL: &amp;nbsp;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;https://wfaServer/rest/x/y/myworkflow/jobs&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Method:&amp;nbsp;&lt;FONT color="#0000FF"&gt;DELETE&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now NO input body is required. This is expected as method DELETE is designed not to need a body. The inputs are provided in the URL itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you want to have Input values as&amp;nbsp;&lt;EM&gt;$Input1=&lt;FONT color="#FF0000"&gt;x1&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp;and&amp;nbsp;&lt;EM&gt;$Input2=&lt;FONT color="#FF0000"&gt;y1&lt;/FONT&gt;&amp;nbsp;the have the URL as: &amp;nbsp;&lt;FONT color="#0000FF"&gt;https://wfaServer/rest/&lt;FONT color="#FF0000"&gt;x1&lt;/FONT&gt;/&lt;FONT color="#FF0000"&gt;y1&lt;/FONT&gt;/myworkflow/jobs&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;You are Done!!&lt;/FONT&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;EM&gt;sinhaa&lt;/EM&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 18:04:01 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133912#M24305</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-08-24T18:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133913#M24306</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Excellent, I appreciate the information!&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 18:18:38 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/133913#M24306</guid>
      <dc:creator>A_Campbell</dc:creator>
      <dc:date>2017-08-24T18:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134100#M24327</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting an 'HTTP 400 Bad Request' error when I try to execute the workflow by specifying input in the URL.&lt;/P&gt;&lt;P&gt;Here's a screenshot of my custom URI path&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/7560iA9A7F8F4C51CB9C7/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="uriPath.jpg" title="uriPath.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's the URL I'm using for execution:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;https://wfaServer/rest/Test/5/App1/CON/California/Adam/Create_TDW_Share_Adam_SnapTransfer_confirm_rest/jobs&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Am I specifying anything wrong that you can see? Is there a place where I should be specifying the userID and password that has access to the WFA workflow?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2017 19:17:54 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134100#M24327</guid>
      <dc:creator>A_Campbell</dc:creator>
      <dc:date>2017-08-30T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134108#M24328</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/58650"&gt;@A_Campbell&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Am I specifying anything wrong that you can see? Is there a place where I should be specifying the userID and password that has access to the WFA workflow?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-----&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From what I see, you are not familier with using your rest client. You are getting this 400 Bad request, because you are calling the url on method GET and not DELETE as you should be. Where to specify username/password depends on your rest-client, they all have place provided.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can use Chrome ARC plugin for chrome browser or Smart Bear SOAP Ui client. You can write a code in any language as well.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;sinhaa&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 08:39:16 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134108#M24328</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-08-31T08:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134124#M24329</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/9704"&gt;@sinhaa&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the information. Yes, this is new material for me. I'm going to research the DELETE method and will post my findings once I get the rest call to complete successfully&lt;/P&gt;</description>
      <pubDate>Thu, 31 Aug 2017 12:48:12 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/134124#M24329</guid>
      <dc:creator>A_Campbell</dc:creator>
      <dc:date>2017-08-31T12:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/138709#M25236</link>
      <description>&lt;P&gt;How did this turn out?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm also experiencing a plethora of problems and am just starting out.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Mar 2018 15:24:30 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/138709#M25236</guid>
      <dc:creator>SuperMegaGreat</dc:creator>
      <dc:date>2018-03-08T15:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/138958#M25311</link>
      <description>&lt;P&gt;HI Sinhaa,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you have been excillent by providing answer in many post.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I pretty new in REST API calling for WFA .&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In out environment we ahve created a FLOW which we would like to call using REST API.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but I don't know how and what custom URI path we need specified to call it. Could you please hep me to solve it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;we have a FLOW as below where we need to select some value from the drop down list.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/8174iBB7CC04CD52C68C6/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now&amp;nbsp; how should I access this FLOW using REST&amp;nbsp; API ?&lt;/P&gt;
&lt;P&gt;what is value I need to put the custom URI path ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/8175iBBC2638A2918EA4B/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture1.JPG" title="Capture1.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And How can I get the below return value from the&amp;nbsp; WorkFLow&amp;nbsp; ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.netapp.com/t5/image/serverpage/image-id/8176i67A84D15E0671DDA/image-size/original?v=1.0&amp;amp;px=-1" border="0" alt="Capture2.JPG" title="Capture2.JPG" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Waiting for your valuable input here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Shyam&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Mar 2018 09:36:13 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/138958#M25311</guid>
      <dc:creator>SHYAMVOLVO</dc:creator>
      <dc:date>2018-03-19T09:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a WFA Workflow Using Rest</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/141373#M25834</link>
      <description>&lt;P&gt;I made a post that asked about how to go about calling via REST because this thread seemed sparse.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;shorty after asking for help, i figured out what i was doing wrong.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/New-to-REST-and-WFA-4-1-issues-with-calling-workflows-with-POST-or-DELETE/m-p/138710" target="_blank"&gt;https://community.netapp.com/t5/OnCommand-Storage-Management-Software-Discussions/New-to-REST-and-WFA-4-1-issues-with-calling-workflows-with-POST-or-DELETE/m-p/138710&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note, this does NOT solve a move LUN with in VOLUME problem.&amp;nbsp; I still have that one.&amp;nbsp; This is only my musings on using rest via CURL successfully with out using the fancy DELETE thing.&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jul 2018 20:03:53 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Calling-a-WFA-Workflow-Using-Rest/m-p/141373#M25834</guid>
      <dc:creator>SuperMegaGreat</dc:creator>
      <dc:date>2018-07-09T20:03:53Z</dc:date>
    </item>
  </channel>
</rss>

