Update Group
patch
http://{host}:{port}/veridata/v1/services/configuration/groups/{Id}
Required Role: Administrator, SuperUser, CommandLineOperator
Update Veridata Group.
Request
Path Parameters
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
comparePairs: array
comparePairs
-
description: string
Group Description.
Example:
{
"description":"Group of tables holding Oracle Employee details",
"comparePairs":[
{
"name":"EMPLOYEE=EMPLOYEE,",
"enabled":"true,",
"deltaProcessingEnabled":true
}
]
}Nested Schema : ComparePairForUpdateGroupDetails
Type:
Show Source
object-
deltaProcessingEnabled: boolean
Default Value:
falsedelta processing is enabled for this compare pair. -
enabled: boolean
Default Value:
trueCompare Pair is enabled in the group to run. -
validationStatus: string
Allowed Values:
[ "NeverValidated", "Validated" ]enum for compare pair validation status.
Match All
Show Source
Nested Schema : ComparePairForUpdateGroupDetails-allOf[1]
Type:
objectResponse
Supported Media Types
- application/json
- */*
200 Response
Group updated 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.sssZExample: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.sssZExample:2024-02-03T10:15:30Z
Nested Schema : Group-allOf[1]
Type:
objectNested Schema : ComparePairForGroupDetails
Type:
Show Source
object-
deltaProcessingEnabled: boolean
Default Value:
falseDelta processing is enabled for this compare pair. -
enabled: boolean
Default Value:
trueCompare Pair is enabled in the group to run. -
groupId: integer
(int64)
Group ID.
-
name: string
-
profileId: integer
(int64)
Default Value:
1Profile 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:
objectRepresents a table in Compare Pair with table and row partitions info, if any.
Show Source
Nested Schema : tgtTable
Type:
objectRepresents 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"
}