Run a Job
post
http://{host}:{port}/veridata/v1/services/execution/jobs/{Id}
Required Role: Administrator, SuperUser, CommandLineOperator, JobOperator, RepairOperator
Run Veridata Job.
Request
Path Parameters
- Id(required): integer(int32) ID of the job to be run.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source object
- groups: array groups
- profileId: integer (int32) Default Value:
1
- runRepair: boolean Default Value:
false
Example:
{ "profileId":"1,", "runRepair":"false,", "groups":[ { "groupId":"1001,", "comparePairs":[ { "comparePairId":"1023,", "srcPartId":"10,", "tgtPartId":10 } ] } ] }
Nested Schema : RunGroup
Type:
Show Source object
- comparePairs: array comparePairs List of Compare Pair's to be run.
- groupId: integer (int64)
Nested Schema : RunComparePair
Type:
Show Source object
- comparePairId: integer (int64)
- deltaRunId: string delta run ID Example - 1100,1,1
- srcPartId: integer
- tgtPartId: integer
Response
Supported Media Types
- application/json
200 Response
Successful operation.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
401 Response
Unauthorized.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
404 Response
Not Found.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
500 Response
Server Error.
Root Schema : Error
Type:
Show Source object
- errCode: string Veridata Error Code.
- errMsg: string Veridata Error Message.
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }