velda-io/Velda Run job
Submit a Velda Job to run a script on a target instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| api-token | Velda API token | yes | — |
| api-server | Velda API server host (without scheme) | no | velda.cloud |
| pool | Task pool | no | shell |
| instance-id | Target instance ID | no | — |
| instance-name | Target instance name | no | — |
| script | Script content to run via sh -c | yes | — |
| login-user | Workload login_user | no | user |
| stdin | Optional stdin payload | no | "" |
| dry-run | If true, only print payload and skip API call | no | false |
Outputs
| name | description |
|---|---|
| task-id | Submitted task ID |
| instance-id | Resolved target instance ID returned by RunTask |
| response-json | Raw RunTask response JSON |