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
- 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 Example:
{ "name":"Oracle Employee Group,", "description":"This group has tables containing Oracle Employee details,", "sourceConnectionId":"1023,", "targetConnectionId":1024 }
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 created successfully.
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 : CreateGroupResponse-allOf[1]
Type:
object
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" }