Job Server Instance Configuration
Authorizations
AuthorizationstringOptional
Collibra REST API authentication using Basic Authentication.
Query parameters
offsetinteger · int32OptionalDefault:
The first result to retrieve. If not set (offset = 0), results will be retrieved starting from row 0.
0limitinteger · int32OptionalDefault:
The maximum number of results to retrieve. If not set (limit = 0), the default limit will be used. The maximum allowed limit is 1000.
0countLimitinteger · int32OptionalDefault:
Allows to limit the number of elements that will be counted. -1 will count everything and 0 will cause the count to be skipped
-1Responses
200
The list of available configured JobServer instances
application/json
totalinteger · int64OptionalExample:
The total number of results.
1000offsetinteger · int64OptionalExample:
The offset for the results.
10limitinteger · int64OptionalExample:
The maximum number of results to be returned.
100400
Request is not valid.
401
User lacks permission.
get/configuration/jobServerInstance
Last updated
Was this helpful?