VMware Cloud Community
pezhorEL
Contributor
Contributor
Jump to solution

Multi-line string input to workflow

I'm working on integrating with FortiManager via the SOAP plugin to vCO 5.1. One of my steps will be to install/run a multi-line script like this:

# Set FortiAnalyzer

config log fortianalyzer setting

set status enable

set server xxx.xxx.xxx.xxx

set localid FGT60Dxxxxxxx

set upload-option realtime

set reliable enable

end

Ideally, the workflow would take in a text block, assign it to a variable, then insert that appropriately into the SOAP call.

Is this feasible/possible?

Tags (2)
Reply
0 Kudos
1 Solution

Accepted Solutions
ChristianWehner
VMware Employee
VMware Employee
Jump to solution

Of course, simply choose 'Multi-lines text input' for the string input you want to get multiple lines

Bildschirmfoto 2014-06-13 um 07.25.19.png

View solution in original post

Reply
0 Kudos
5 Replies
ChristianWehner
VMware Employee
VMware Employee
Jump to solution

Of course, simply choose 'Multi-lines text input' for the string input you want to get multiple lines

Bildschirmfoto 2014-06-13 um 07.25.19.png

Reply
0 Kudos
pezhorEL
Contributor
Contributor
Jump to solution

What version of Orchestrator has that as an input type? I'm not seeing it in my 5.1.1 vCO.

Reply
0 Kudos
Burke-
VMware Employee
VMware Employee
Jump to solution

THe input type is String - the multi-line input is a property you set on the Presentation tab for that particular input.

If my answer resolved or helped you, please mark it as Correct or Helpful to award points. Thank you!

Visit http://www.vcoteam.info & http://blogs.vmware.com/orchestrator
for vRealize Orchestrator tips and tutorials - @TechnicalValues on Twitter
pezhorEL
Contributor
Contributor
Jump to solution

Awesome, Thanks Burke!

Reply
0 Kudos
damascushill
Contributor
Contributor
Jump to solution

B, you may have misdirected this:)

Sent from my iPhone

Reply
0 Kudos