Execute a snippet on a host
termix_snippets_execute_snippet_hostExecute a saved snippet on a target host by providing the host ID and snippet ID, with optional input values for placeholders.
Instructions
Execute a snippet on a host. Executes a snippet on a specified host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hostId | No | ||
| snippetId | No | ||
| inputValues | No | Optional resolved values for $INPUT_n placeholders in the snippet content, keyed by "INPUT_n". Host variables ($HOST, $USER, $PORT, $NAME) are resolved server-side per target host and do not need to be passed here. |