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
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Match All
Show Source
Nested Schema : BaseObject_1
Type: object
Show Source
Nested Schema : type
Type: object
Back to Top

Response

Supported Media Types

201 Response

Group cloned 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

401 Response

Unauthorized.
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found.
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Server Error.
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top