Invoke Command
Executes a command via a Command Line, SSH, Telnet, RCE (Remote Command Execution) for Windows, or Windows Command Adapter, based on the <invocation–mechanism> specified in the connection details input.
Workflow inputs – Invoke Command
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | There is no default value. |
command | Command to be executed. | Yes | n/a |
prompts | An XML document containing the prompts used to enable and interact with a device. | No | There is no default value. |
Workflow outputs – Invoke Command
Call Workflow Output | Description |
command output | Output generated by command execution. |
exit code | The exit code returned as part of the command output. |
adapter response | XML document returned by the Adapter request executed. |