FSM-Run-SMCLI
The FSM-Run-SMCLI activity can run any smcli command on FSM. Manually enter the smcli command and its parameters.
Input parameter
The following table lists the input parameter that can be used with the FSM-Run-SMCLI activity.
Example
<span className="keyword cmdname">FSM-Run-SMCLI</span> SmcliCommand<String>
Parameter | Description | Example value |
---|---|---|
SmcliCommand | Full smcli command with parameters | smcli lssys -n mySystem |
Published data
The following table lists the published data parameters that can be used with the FSM-Run-SMCLI activity.
Example
ExitCode<Int>, SmcliOutput<String>
Parameter | Description | Example value |
---|---|---|
ExitStatus | smcli command exit status | 0 |
SmcliOutput | smcli command console output |
Give feedback