Retrieve Group details

get

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

Required Role: Administrator, SuperUser, DetailMonitoringOperator, MonitoringOperator, CommandLineOperator

Get Veridata Group details.

Request

Path Parameters
Query Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

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