BatchJobsService
Operations
Lists all available batch jobs.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
Successful operation.
application/json
StatusMessagestringOptionalExample:
Status message of the batch job.
Successpost
/listBatchJobs200
Successful operation.
Executes a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
AsyncbooleanOptionalExample:
Whether to run the batch job asynchronously.
trueJobNamestringRequiredExample:
Name of the batch job to execute.
NX.MOCK.BATCH.JOBResponses
200
Successful operation.
application/json
StatusMessagestringOptionalExample:
Status message of the batch job.
SuccessTokenIdstringOptionalExample:
Token ID of the batch job.
GdGDhjqkChGFfcdxj93HbMMWZAzdzyfuSVKL0trxTpYr2+VwmbNqvN3IM3SDbsd7q2OLoKZYMnisp13hSU+qww==post
/executeBatchJob200
Successful operation.
Retrieves the status of a batch job.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
TokenIdstringRequiredExample:
Token ID of the batch job.
GdGDhjqkChGFfcdxj93HbMMWZAzdzyfuSVKL0trxTpYr2+VwmbNqvN3IM3SDbsd7q2OLoKZYMnisp13hSU+qww==Responses
200
Successful operation.
application/json
StatusMessagestringOptionalExample:
Status message of the batch job.
SuccessTokenIdobjectOptionalExample:
Token ID of the batch job.
GdGDhjqkChGFfcdxj93HbMMWZAzdzyfuSVKL0trxTpYr2+VwmbNqvN3IM3SDbsd7q2OLoKZYMnisp13hSU+qww==post
/getBatchJobStatus200
Successful operation.
Last updated
Was this helpful?