GET v1/bunits/{bunitId}/defaultrubrikserver
Get the default server of a business unit
The server used when creating new data-sources. If a business unit has no server selected, a default server will be assigned
based on certain criteria: Does the business unit have a data center and if so is there a default server in this data center?
If not find the default server of the parent using the same criteria: Is one selected => does a data center with a default server exist => inheritance.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit of the server | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The default server of the business unit
DefaultServerName | Description | Type | Additional information |
---|---|---|---|
Href |
A link to this specfic instance. |
URI |
None. |
Id |
The Id of the default server |
integer |
None. |
Name |
Name of the default server |
string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.