Job REST Endpoints
Resource responsible for handling REST API requests related to jobs.
- Execute Job
- Method: postPath:
[host-url]/dt-rest/v2/jobs/submit - List Jobs
- Method: postPath:
[host-url]/dt-rest/v2/jobs - Retrieve Job
- Method: getPath:
[host-url]/dt-rest/v2/jobs/{jobId}