Methods
list_runs
list_runs
List Job Runs for provided Job Id. Filter the data based on parameters passed in the query
Parameters
Job id of the application
Number of items per page
Number of items to skip
Prefix used to search for job runs by name or identifier
π JobRunsSortByAttribute to sort by
π JobRunsSortDirectionSorting order
Array of subject slugs
π JobRunStatusStatus of the job run
Returns
π JobRunReturns all runs of a Job sorted by creation date in βdataβ key and total count in βtotalCountβ key
Usage
get_run
get_run
delete_run
delete_run
trigger
trigger
Trigger Job for provided deploymentId or applicationId
Parameters
Deployment Id of the job
Application Id of the job
π TriggerJobRequestInputJob trigger input
π MetadataMetadata for the job run including job_alias_name
Returns
π TriggerJobRunResponseReturns object with message, JobRun Name And Job Details on successful creation of Job
Usage
terminate
terminate
Terminate Job for provided deploymentId and jobRunName
Parameters
Deployment Id of the Deployment
Job Run name
Returns
π TerminateJobResponseReturns object with message and JobRun Status on successful termination of Job