The OS command can be used to execute any command on a host running the Loome Integrate Agent.
This process uses the host operating system’s native terminal to run the command, meaning that if you are able to execute the command as a user of the host then the Agent will be able to execute the command as well.
The parameters in an OS Command will be provided as arguments to the command invocation.
When working with parameters, please note:
Task parameter values are quoted and passed left to right in Command Prompt in Windows and Bash in Linux. This will allow you to have variables with spaces in the value.
Task parameter values are also trimmed for white space, if the parameter value contains nothing after being trimmed it will not be passed as an argument.
Task parameters can be accessed in descending order. In Windows it will be accessed as %1, %2, %3, and in Linux as $1, $2, $3.
Add the parameter name and default value.
Then add the parameter using the Add Parameter button on the right.
Once you have added your parameters, you can submit and run the task.