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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Example:
{
    "description":"Group of tables holding Oracle Employee details",
    "comparePairs":[
        {
            "name":"EMPLOYEE=EMPLOYEE,",
            "enabled":"true,",
            "deltaProcessingEnabled":true
        }
    ]
}
Nested Schema : comparePairs
Type: array
Show Source
Nested Schema : ComparePairForUpdateGroupDetails
Type: object
Show Source
Match All
Show Source
Nested Schema : ComparePairRequestForUpdateGroup
Type: object
Show Source
Nested Schema : ComparePairForUpdateGroupDetails-allOf[1]
Type: object
Back to Top

Response

Supported Media Types

200 Response

Group updated successfully.
Body ()
Root Schema : Group
Type: object
Show Source
Match All
Show Source
Nested Schema : comparePairs
Type: array
Show Source
Nested Schema : GroupConnection
Type: object
Show Source
Nested Schema : BaseObject
Type: object
Show Source
Nested Schema : Group-allOf[1]
Type: object
Nested Schema : ComparePairForGroupDetails
Type: object
Show Source
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.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}

404 Response

Not Found.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}

500 Response

Server Error.
Body ()
Root Schema : Error
Type: object
Show Source
Example:
{
    "errCode":"OGGV-00001",
    "errMsg":"Error message"
}
Back to Top