Service Exec
from exec import Exec
Port Name | Location | Protocol | Interfaces |
---|---|---|---|
ip | local | ExecInterface |
List of Available Interfaces
ExecInterface
Operation Name | Input Type | Output Type | Faults | Description |
---|---|---|---|---|
exec | CommandExecutionRequest | CommandExecutionResult | - |
Types
CommandExecutionRequest:
Type Declaration
string { args[0,1]: string // workingDirectory[0,1]: string // stdOutConsoleEnable[0,1]: bool // waitFor[0,1]: int // }