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

Job Server Instance Configuration

Query JobServer instance configurations

Deprecated

Retrieve existing JobServer instance configurations

get

Retrieve existing JobServer instance configurations. This operation is deprecated and it will be removed the next major release

Authorizations
AuthorizationstringOptional

Collibra REST API authentication using Basic Authentication.

Query parameters
offsetinteger · int32Optional

The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.

Default: 0
limitinteger · int32Optional

The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.

Default: 0
countLimitinteger · int32Optional

Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped

Default: -1
Responses
200

The list of available configured JobServer instances

application/json
totalinteger · int64Optional

The total number of results.

Example: 1000
offsetinteger · int64Optional

The offset for the results.

Example: 10
limitinteger · int64Optional

The maximum number of results to be returned.

Example: 100
get/configuration/jobServerInstance

Last updated

Was this helpful?