Job REST Endpoints
Job
The operations from the Job category.
- Get Job Status by ID
- Method: getPath:
/taas/job/{executionID} - Run a Job by ID
- Method: postPath:
/taas/runJob/{jobID} - Stop Job Execution
- Method: postPath:
/taas/job/stop/{executionID}