Repair Job

post

http://{host}:{port}/veridata/v1/services/repair/jobs/{runId}

Required Role: Administrator, SuperUser, CommandLineOperator, RepairOperator

Repair Veridata Job.

Request

Path Parameters
  • The Comparison Job's Run ID. Example: runId=1024,0,0.This defines a unique id for a job run which can be obtained from monitoring API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Nested Schema : cps
Type: array
List of compare pairs to be repaired.
Show Source
Nested Schema : RepairCP
Type: object
Show Source
  • Compare pair Id.
  • Allowed Values: [ "UPDATE", "DELETE", "INSERT" ]
    Operation type filter.
  • Allowed Values: [ "OOS", "WARNING", "ERRORS", "CANCELLED" ]
    Repair Status filter. Filters mapped differently from Repair Status.
  • rowIds
    List of each Out Of Sync row ids. GGROWHASH column value will be the id for the row. Send source side for INSERT, target side for DELETE and source side concatenation with target side for UPDATE.
Nested Schema : rowIds
Type: array
List of each Out Of Sync row ids. GGROWHASH column value will be the id for the row. Send source side for INSERT, target side for DELETE and source side concatenation with target side for UPDATE.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Repair job was submitted successfully. Below response will be shown only when repairSQL is false. Otherwise, bytes would be returned in response.
Body ()
Root Schema : schema
Type: object
Show Source

400 Response

Bad Request.
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Server Error.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top