GET v1/bunits/{bunitId}/availableServerTypes
Get types of servers owned by business unit or it's ancestors.
This information is relevant when it is needed to know what information can be created for the business unit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit whose children are requested. | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of business units that are children to the chosen business unit.
Collection of ServerTypeName | Description | Type | Additional information |
---|---|---|---|
Id |
ID of server type |
integer |
None. |
Name |
Name of server type |
string |
Read-only. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.