Retrieve Veridata repair report

get

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

Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator

API to get Veridata repair report for Job, Group and Compare Pair.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Report successfully fetched.
Body ()
Root Schema : Report
Type: object
Show Source
Example:
{ "name":"/scratch/vdt23cNew/bin/../veridata/reports/rpt/job1234/00186923/base2/CP_SRC2=TRG2.rpt", "content":"Report Content" }

400 Response

Bad Request.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

401 Response

"Unauthorized."
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

404 Response

"Not found."
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }

500 Response

"Server error."
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{ "errCode":"OGGV-00001", "errMsg":"Error message" }
Back to Top