For the complete documentation index, see llms.txt. This page is also available as Markdown.

OOTB Data Class

Management of Out-of-the-box Data Classes

Find Out-Of-The-Box Data Classes

get

Returns Out-of-the-box Data Classes with their import status.

Authorizations
AuthorizationstringRequired

Collibra REST API authentication using Basic Authentication.

Query parameters
offsetinteger · int32Optional

The index of the first result to retrieve.

If not set (offset = 0), results will be retrieved starting from row 0.

Default: 0
limitinteger · int32 · max: 1000Optional

The maximum number of results to retrieve.

If not set, the default limit (limit = 50) will be used. The maximum value for this parameter is 1000.

Default: 50
Responses
200

OOTB Data Class retrieved successfully

application/json
get/ootbDataClasses

Import OOTB Data Classes

post

It allows to import one or more OOTB data classes by their names. Requests to import OOTB Data Classes are transactional in nature hence either they are all imported successfully or an error response will be returned

Authorizations
AuthorizationstringRequired

Collibra REST API authentication using Basic Authentication.

Body

Request to import one or more OOTB Data Classes. ootbNames is mandatory and cannot be empty

dataClassNamesstring[] · min: 1 · max: 1000Required

Names of the Data Classes to import

Example: ["SSN","Country"]
Responses
204

OOTB Data Classes successfully imported.

No content

post/ootbDataClasses/import

No content

Last updated

Was this helpful?