Deploy a software package
action1_deploy_packageDeploy software to endpoints or endpoint groups using a deployment template. Customize parameters, preview with dry run, then confirm with 'YES' to execute.
Instructions
Deploy software via the deploy_package template. Use action1_get_action_template for the params schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Friendly action name. | |
| org_id | No | Org UUID. | |
| params | Yes | Template params for deploy_package. | |
| 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'. | |
| target_type | No | Endpoint (default) or EndpointGroup for fan-out. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||