Returns a JSON breakdown of the Trunking Call Capacity of a Service Provider/ Enterprise (SP/ENT). This will show the totals at each level from SP/ ENT to Group to Trunk Groups located in Groups. At each level Max Active Calls and Bursting Max Active calls are detailed and then differences at calculated.
Copy api.trunk_groups.get_service_provider_trunk_group_call_capacity()
api.groups.get_groups()
api.trunk_groups.get_group_trunk_groups_call_capacity()
api.trunk_groups.get_group_trunk_groups()
api.trunk_groups.get_group_trunk_group()
Copy assistant = Scripter(my_api)
assistant.service_provider_trunking_capacity(
service_provider_id="ServiceProviderID"
)
Copy {
"serviceProviderId": "ServiceProviderID",
"maxActiveCalls": 226,
"burstingMaxActiveCalls": 18,
"groupsCallCapacityTotal": 114,
"groupsBurstingCallCapacityTotal": 36,
"groups": [
{
"groupId": "GroupIDA",
"groupName": "Group A",
"maxActiveCalls": 13,
"burstingMaxAvailableActiveCalls": 5,
"burstingMaxActiveCalls": 2,
"trunkGroups": [
{
"name": "Trunk 1",
"maxActiveCalls": 1,
"burstingMaxActiveCalls": 0
},
{
"name": "Trunk 2",
"maxActiveCalls": 1,
"burstingMaxActiveCalls": 0
},
{
"name": "Trunk 3",
"maxActiveCalls": 2,
"burstingMaxActiveCalls": 0
}
],
"trunkGroupsCallCapacityTotal": 4,
"trunkGroupsBurstingCallCapacityTotal": 0,
"callCapacityDifference": 9,
"burstingCallCapacityDifference": 0
},
{
"groupId": "GroupIDB",
"groupName": "Group B",
"maxActiveCalls": 36,
"burstingMaxAvailableActiveCalls": 5,
"burstingMaxActiveCalls": 2,
"trunkGroups": [
{
"name": "Trunk 1",
"maxActiveCalls": 1,
"burstingMaxActiveCalls": 0
},
{
"name": "Trunk 2",
"maxActiveCalls": 1,
"burstingMaxActiveCalls": 0
},
{
"name": "Trunk 3",
"maxActiveCalls": 9,
"burstingMaxActiveCalls": 0
}
],
"trunkGroupsCallCapacityTotal": 11,
"trunkGroupsBurstingCallCapacityTotal": 0,
"callCapacityDifference": 25,
"burstingCallCapacityDifference": 0
}
"callCapacityDifference": 112,
"burstingCallCapacityDifference": -18