Manage Jobs REST Endpoints
Manage Jobs
Schedule and manage Oracle Analytics Publisher reports jobs and job history.
- Cancel a running job
- Method: postPath:
/services/rest/v1/jobs/{jobinstanceid}/cancel
- Delete a job history
- Method: deletePath:
/services/rest/v1/jobs/{jobinstanceid}/history
- Delete a scheduled job
- Method: deletePath:
/services/rest/v1/jobs/{jobid}
- Download output from a job history
- Method: getPath:
/services/rest/v1/jobs/outputs/{JobOutputID}
- Download the XML data of a job
- Method: getPath:
/services/rest/v1/jobs/{jobInstanceID}/xmldata
- Get details of all jobs
- Method: postPath:
/services/rest/v1/jobs
- Get history of all jobs
- Method: postPath:
/services/rest/v1/jobs/history
- Get job delivery details
- Method: getPath:
/services/rest/v1/jobs/{jobOutputID}/deliveries/
- Get job details
- Method: getPath:
/services/rest/v1/jobs/{jobid}/
- Get job output details
- Method: getPath:
/services/rest/v1/jobs/{jobInstanceID}/outputs
- Purge job output
- Method: deletePath:
/services/rest/v1/jobs/{jobInstanceID}/purge
- Resend the output from a job history
- Method: postPath:
/services/rest/v1/jobs/outputs/{outputid}/resend
- Resume a paused job
- Method: postPath:
/services/rest/v1/jobs/{jobid}/resume
- Schedule a job with parameters
- Method: putPath:
/services/rest/v1/jobs/scheduleJob
- Suspend or pause a scheduled job
- Method: postPath:
/services/rest/v1/jobs/{jobid}/suspend