Starting a Job Run Using the API
Once a job has been created and configured through the Cloudera Data Science Workbench
web application, you can start a run of the job through the API. This will constitute sending a
POST
request to a job start URL of the form:
http://cdsw.example.com/api/v2/projects/<$USERNAME>/<$PROJECT_NAME>/jobs/<$JOB_ID>/start
.