Retrieve Out-of-Sync data.

get

http://{host}:{port}/veridata/v1/services/oos/{runId}

Required Role: Administrator, SuperUser, CommandLineOperator, DetailMonitoringOperator

Get out-of-sync data for a Compare Pair.

Request

Path Parameters
Query Parameters
  • Filter rows based on operation type. Comma seperated operation type. Default is UPDATE,INSERT,DELETE.
  • Filter rows based on repair status. Comma seperated repair status. Default value is Out of Sync rows.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successfully retrieved Out-Of-Sync data.
Body ()
Root Schema : schema
Type: array
Show Source
Nested Schema : OutOfSyncDetails
Type: object
Show Source
Nested Schema : rowsData
Type: array
Show Source
Nested Schema : OutOfSyncRow
Type: object
Show Source
Nested Schema : rowData
Type: array
Show Source
Nested Schema : OutOfSyncRowData
Type: object
Show Source
Nested Schema : srcColumnData
Type: array
Show Source
Nested Schema : tgtColumnData
Type: array
Show Source
Nested Schema : OutOfSyncRowDataColumnData
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