Run a Bash script on a macOS endpoint
action1_run_bash_macosRun a Bash script on a macOS endpoint. Preview by default; confirm with 'YES' and set dry_run=false to execute.
Instructions
Run a Bash script on a macOS endpoint via the run_script template. For OS-aware routing use action1_run_script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Friendly action name. | |
| org_id | No | Org UUID. | |
| confirm | No | Required to execute. Exact string "YES". | |
| dry_run | No | Default true (preview). Set false to execute. | |
| endpoint_id | Yes | Endpoint UUID, or Group ID when target_type='EndpointGroup'. | |
| script_text | Yes | Script source. | |
| target_type | No | Endpoint (default) or EndpointGroup for fan-out. | |
| retry_minutes | No | Retry window in minutes when endpoint is offline. | |
| response_format | No | Output format. Default markdown. | |
| timeout_minutes | No | Per-action timeout in minutes (number or digit-string). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||