walsen/Rundeck API Action

Interact with Rundeck features through its REST API

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
rundeck_urlRundeck server URL (e.g., https://rundeck.example.com)yes
rundeck_tokenRundeck API token for authenticationyes
api_versionRundeck API version to useno41
actionAction to perform: run_job, get_job_info, list_jobs, get_execution, list_executions, get_project_info, list_projects, abort_executionyes
projectProject name (required for project-specific actions)no
job_idJob ID (required for job-specific actions)no
execution_idExecution ID (required for execution-specific actions)no
job_optionsJob options as JSON object (for run_job action)no{}
wait_for_completionWait for job execution to complete (for run_job action)nofalse
timeoutTimeout in seconds when waiting for job completionno300
poll_intervalPoll interval in seconds when waiting for job completionno10
namedescription
responseFull JSON response from Rundeck API
execution_idExecution ID (for run_job action)
execution_statusExecution status (succeeded, failed, aborted, running)
execution_urlURL to view the execution in Rundeck