Clone Group
post
http://{host}:{port}/veridata/v1/services/configuration/groups/clone/{Id}
Required Role: Administrator, SuperUser, CommandLineOperator
Clone a Group.
Request
Path Parameters
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.
Match All
Show Source
Nested Schema : BaseObject_1
Type:
Show Source
object
-
description: string
Object Description.
-
name: string
Object Name.
Nested Schema : type
Type:
object
Response
Supported Media Types
- application/json
- */*
201 Response
Group cloned 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.
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.