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.
Example:
{ "sourceConnectionId":1001, "targetConnectionId":1001 }
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.
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" }