Manage Jobs REST Endpoints

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