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
-
runId(required): string
Defines the Run ID of the Repair Job/Group/Compare pair for which the report should be fetched.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
200 Response
Report successfully fetched.
Root Schema : Report
Type:
Show Source
object
-
content: string
Report contents.
-
name: string
Report name with full path.
400 Response
Bad Request.
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
401 Response
"Unauthorized."
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
404 Response
"Not found."
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.
500 Response
"Server error."
Root Schema : Error
Type:
Show Source
object
-
errCode: string
Veridata Error Code.
-
errMsg: string
Veridata Error Message.