SCHEDULERJOBApi
interface SCHEDULERJOBApi
Functions
Link copied to clipboard
abstract suspend fun executeJob(jobId: Long, command: String? = null, executeJobRequest: ExecuteJobRequest? = null)
Run a Job Manually Execute Specific Job. Responses:
Link copied to clipboard
Retrieve Scheduler Jobs Returns the list of jobs. Example Requests: jobs Responses:
Link copied to clipboard
abstract suspend fun retrieveHistory(jobId: Long, offset: Int? = null, limit: Int? = null, orderBy: String? = null, sortOrder: String? = null): GetJobsJobIDJobRunHistoryResponse
Retrieve Job Run History Example Requests: jobs/5/runhistory?offset=0&limit=200 Responses:
Link copied to clipboard
Retrieve a Job Returns the details of a Job. Example Requests: jobs/5 Responses:
Link copied to clipboard
Update a Job Updates the details of a job. Responses: