NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform. You will still be able to view content, but posting and replying will be temporarily disabled.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

Active IQ Unified Manager Discussions

SOAP empty input

trentino123
4,564 Views

Hi WFA Community,

 

Have a workflow GUI that inputs a VMWARE cluster name, and then it looks for an IGROUP that matches the VMWARE cluster name. Then it retrieves the VSERVER for example, which is a user input ( $ ). So in the GUI once you fill in the VMWARE cluster name, the $VSERVER is filled automatically via SQL search.

 

But I would like to execute the workflow via SOAP with the VMWARE cluster name only as an input. The $VSERVER needs to be automatically filled. Does anyone know how to make a SQL search inside a function to take the user input away or how we could make a the SOAP request fill the SQL input before it is executed ?

 

Thanks in advance!

2 REPLIES 2

ranjeetr
4,551 Views

Currently this feature is not available using SOAP/REST.

trentino123
4,526 Views

Then I will have to write 2 filters/finders :

 

- Find vserver by existing igroup

- Find the best aggregate by existing igroup

 

Working on it.

 

Thanks!

Public