V Asynchronous Jobs REST Endpoints
V Asynchronous Jobs
The operations from the V Asynchronous Jobs category.
- Delete a Job
- Method: deletePath:
/omlmod/v1/jobs/{jobId}
- Get Job Details
- Method: getPath:
/omlmod/v1/jobs/{jobId}
- Get Job Run Details
- Method: getPath:
/omlmod/v1/jobs/{jobId}/runs
- Lists Jobs
- Method: getPath:
/omlmod/v1/jobs
- Perform a Job Action
- Method: postPath:
/omlmod/v1/jobs/{jobId}/action
- Poll Asynchronous Job Submission or Update
- Method: getPath:
/omlmod/v1/jobs/{jobId}/check
- Submit a New Job
- Method: postPath:
/omlmod/v1/jobs
- Update a Job
- Method: postPath:
/omlmod/v1/jobs/{jobId}