Validate Group
post
http://{host}:{port}/veridata/v1/services/configuration/groups/validate/{Id}
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Validates and return the validation status of all the compare-pairs in the group. This will not save the validation status.
Request
Path Parameters
-
Id(required): integer(int64)
Group id.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object
-
sourceConnectionId(required): integer
(int64)
Source Connection ID.
-
targetConnectionId(required): integer
(int64)
Target Connection ID.
Response
Supported Media Types
- application/json
200 Response
Ok.
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.