Batch Job Submission REST Endpoints

Batch Services/Batch Job Submission
Batch Job Submission is used to submit application batch jobs for processing. This is the API to be used by external schedulers that do not want to use the internal scheduler.
Cancel Batch Job
Method: patch
Path: https://server:port/spl/rest/apis/common/batch/batchJobSubmission/{batchJobId}/cancel
Get Batch Job / Batch Run Details
Method: get
Path: https://server:port/spl/rest/apis/common/batch/batchJobSubmission/{batchJobId}
Submit Batch Job
Method: post
Path: https://server:port/spl/rest/apis/common/batch/batchJobSubmission/