Call Capacity Management¶
Create instance¶
-
POST
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/
¶ The API is mapped to GroupCallCapacityManagementAddInstanceRequest
Additional restrictions
- Request JSON Object:
maxCalls (integer) – See maxCalls from Call Capacity Instance.
maxIncomingCalls (integer) – See maxIncomingCalls from Call Capacity Instance.
maxOutgoingCalls (integer) – See maxOutgoingCalls from Call Capacity Instance.
Retrieve list instances¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/
¶ The API is mapped to GroupCallCapacityManagementGetInstanceListInstanceRequest
Additional informations
- Request JSON Object:
call_capacities (object) – See Call Capacity Instance.
Retrieve instance¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/
(string: call_capacity_name)/
¶ The API is mapped to GroupCallCapacityManagementGetInstanceRequest
Additional informations
- Response JSON Object:
maxCalls (integer) – See maxCalls from Call Capacity Instance.
maxIncomingCalls (integer) – See maxIncomingCalls from Call Capacity Instance.
maxOutgoingCalls (integer) – See maxOutgoingCalls from Call Capacity Instance.
Modify instance¶
-
PUT
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/
(string: call_capacity_name)/
¶ The API is mapped to GroupCallCapacityManagementModifyInstanceRequest
Additional restrictions
- Request JSON Object:
maxCalls (integer) – See maxCalls from Call Capacity Instance.
maxIncomingCalls (integer) – See maxIncomingCalls from Call Capacity Instance.
maxOutgoingCalls (integer) – See maxOutgoingCalls from Call Capacity Instance.
Delete instance¶
-
DELETE
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/
(string: call_capacity_name)/
¶ The API is mapped to GroupCallCapacityManagementDeleteInstanceListRequest
Retrieve available users¶
-
GET
/api/v1/tenants/
(string: tenant_id)/groups/
(string: group_id)/services/call_capacities/available_users/
¶ The API is mapped to GroupCallCapacityManagementGetAvailableUserListRequest