Run quick job
datto_run_quickjobExecute a component as a quick job on a specific device. Provide component UID and optional variables to start the job and retrieve its output.
Instructions
Run a component as a quick job on a device. Find component UIDs with datto_list_components. Returns the created job; poll it with datto_get_job and fetch output with datto_get_job_stdout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobName | Yes | Name for the job | |
| deviceUid | Yes | Device UID | |
| variables | No | Input variables to pass to the component | |
| componentUid | Yes | UID of the component to run (from datto_list_components) |