Retrieve Group details
get
http://{host}:{port}/veridata/v1/services/configuration/groups/{Id}
Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator
Get Veridata Group details.
Request
Path Parameters
Query Parameters
- name: string compare pair name like.
- profile: string compare pair profile like.
- srcTable: string source table name like.
- status: Compare pair validation status.
- tgtTable: string target table name like.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
- */*
200 Response
Group returned successfully.
Root Schema : Group
Type:
Show Source object
- comparePairs: array comparePairs
- sourceConnection: GroupConnection
- targetConnection: GroupConnection
Match All
Show Source Nested Schema : GroupConnection
Type:
Show Source object
- id: integer (int64) Source Connection ID.
- name: string
Nested Schema : BaseObject
Type:
Show Source object
- createdOn: string (date-time) Pattern:
YYYY-MM-DDTHH:mm:ss.sssZ
Example:2024-02-03T10:15:30Z
- description: string Object Description.
- id: integer (int64) Object Id.
- name: string Object Name.
- updatedOn: string (date-time) Pattern:
YYYY-MM-DDTHH:mm:ss.sssZ
Example:2024-02-03T10:15:30Z
Nested Schema : Group-allOf[1]
Type:
object
Nested Schema : ComparePairForGroupDetails
Type:
Show Source object
- deltaProcessingEnabled: boolean Default Value:
false
Delta processing is enabled for this compare pair. - enabled: boolean Default Value:
true
Compare Pair is enabled in the group to run. - groupId: integer (int64) Group ID.
- name: string
- profileId: integer (int64) Default Value:
1
Profile ID. - srcTable: object srcTable Represents a table in Compare Pair with table and row partitions info, if any.
- tgtTable: object tgtTable Represents a table in Compare Pair with table and row partitions info, if any.
- validationStatus: string Allowed Values:
[ "NeverValidated", "Validated" ]
enum for compare pair validation status. - validationTime: string (date-time)
Nested Schema : srcTable
Type:
object
Represents a table in Compare Pair with table and row partitions info, if any.
Show Source Nested Schema : tgtTable
Type:
object
Represents a table in Compare Pair with table and row partitions info, if any.
Show Source 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" }