BatchJobsService

Perform Symitar batch operations.

Operations

listBatchJobs

post

Lists all available batch jobs.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200

Successful operation.

application/json
post
/listBatchJobs
200

Successful operation.

executeBatchJob

post

Executes a batch job.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AsyncbooleanOptional

Whether to run the batch job asynchronously.

Example: true
JobNamestringRequired

Name of the batch job to execute.

Example: NX.MOCK.BATCH.JOB
Responses
200

Successful operation.

application/json
post
/executeBatchJob
200

Successful operation.

getBatchJobStatus

post

Retrieves the status of a batch job.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TokenIdstringRequired

Token ID of the batch job.

Example: GdGDhjqkChGFfcdxj93HbMMWZAzdzyfuSVKL0trxTpYr2+VwmbNqvN3IM3SDbsd7q2OLoKZYMnisp13hSU+qww==
Responses
200

Successful operation.

application/json
post
/getBatchJobStatus
200

Successful operation.

Last updated

Was this helpful?