Hoteling Host Service¶
Display group’s hoteling hosts list¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
¶ - The API is mapped to UserGetRequestThe API is mapped to GroupAccessDeviceGetRequestThe API is mapped to UserHotelingHostGetRequest
Additional informations
- Response JSON Object:
transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.
associationLimitHours (integer) – Value in range 1 - 999.
hoteling_hosts (boolean) – Not supported by Broadsoft.
hotelingHostId (boolean) – Not supported by Broadsoft.
is_associated (boolean) – Not supported by Broadsoft.
Display group’s hoteling host instance¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
(string: instance_name)/
¶ - The API is mapped to UserGetRequestThe API is mapped to GroupAccessDeviceGetRequestThe API is mapped to UserHotelingHostGetRequest
Additional informations
- Response JSON Object:
transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.
associationLimitHours (integer) – Value in range 1 - 999.
hotelingHostId (boolean) – Not supported by Broadsoft.
is_associated (boolean) – Not supported by Broadsoft.
Create group’s hoteling host instance¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
¶ - The API is mapped to GroupAccessDeviceAddRequestThe API is mapped to UserAddRequestThe API is mapped to UserServiceAssignListRequestThe API is mapped to UserHotelingHostModifyRequest
Additional restrictions
- Request JSON Object:
transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.
associationLimitHours (integer) – Value in range 1 - 999.
Update group’s hoteling host instance¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
(string: instance_name)/
¶ - The API is mapped to UserModifyRequestThe API is mapped to GroupAccessDeviceModifyRequestThe API is mapped to UserHotelingHostModifyRequest
Additional restrictions
- Request JSON Object:
transportProtocol (integer) – Value from “UDP”, “TCP”, “Unspecified”.
associationLimitHours (integer) – Value in range 1 - 999.
Delete group’s hoteling hosts list¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
¶ - The API is mapped to UserDeleteRequestThe API is mapped to GroupAccessDeviceRequest
Delete group’s hoteling host instance¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/hotelings/
(string: instance_name)/
¶ - The API is mapped to UserDeleteRequestThe API is mapped to GroupAccessDeviceRequest
Additional informations
- Request JSON Object:
hoteling_hosts (boolean) – Not supported by Broadsoft.