Trigger a background job
post
/cloudapi/restapi/v3/bgjobs/{bgJobName}
This end point runs a background job. Current status and job details would be returned back as a response. Status can be Running, Completed, or Failed.
Request
Path Parameters
-
bgJobName(required): string
Name of the background job to be run
Response
Supported Media Types
- application/json
200 Response
successful operation
Root Schema : BGJobsResource
Type:
object
400 Response
An invalid job name was specified. Please recheck the input. Job name can only be pvd, datasync or bidder
500 Response
An internal error occurred. Inspect the log for more information