Create Group

post

http://{host}:{port}/veridata/v1/services/configuration/groups

Required Role: Administrator, SuperUser, CommandLineOperator

Creates group.

Request

There are no request parameters for this operation.

Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
Match All
Show Source
Example:
{
    "name":"Oracle Employee Group,",
    "description":"This group has tables containing Oracle Employee details,",
    "sourceConnectionId":"1023,",
    "targetConnectionId":1024
}
Nested Schema : BaseObject_1
Type: object
Show Source
Nested Schema : type
Type: object
Back to Top

Response

Supported Media Types

201 Response

Group created successfully.
Body ()
Root Schema : CreateGroupResponse
Type: object
Show Source
Match All
Show Source
Nested Schema : GroupConnection
Type: object
Show Source
Nested Schema : BaseObject
Type: object
Show Source
Nested Schema : CreateGroupResponse-allOf[1]
Type: object

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