Retrieve Veridata comparison report
get
http://{host}:{port}/veridata/v1/services/monitoring/comparison/{runId}/reports
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
API to get Veridata comparison report for Job, Group and Compare Pair.
Request
Path Parameters
-
runId(required): string
Defines the Run ID of the 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.
Example:
{
"name":"/scratch/vdt23cNew/bin/../veridata/reports/rpt/job1234/00186923/base2/CP_SRC2=TRG2.rpt",
"content":"Report Content"
}
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"
}