Resources | global | globalTrunkGroupStatus

globalTrunkGroupStatus

Status for IP trunk groups in this zone.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp')

Operational Data

ParameterDescription
name The name of this IP trunk group.
state Current operational state of the IP trunk group.
totalCallsAvailable The sum of all available or unblocked calls for this trunk group.
totalCallsInboundReserved This is meaningful for IP trunk groups that are configured for inbound or both directions only. This is the reserved count as specified by the percentage configured for this IP trunk group. This object shows the total number of calls that are reserved for inbound calls on this IP trunk group.
inboundCallsUsage This is only meaningful for IP trunk groups that are configured for inbound or both directions. This reflects the current inbound or incoming usage count of this IP trunk group(measured in no. of calls).
outboundCallsUsage This reflects the current outbound, non-priority usage count of this IP trunk group(measured in no. of calls).
totalCallsConfigured This object reflects the total number of calls that are configured on this IP trunk group.
priorityCallUsage This is only meaningful for IP trunk groups that are configured with call reserved state enabled. This reflects the current priority usage count of this IP trunk group(measured in no. of calls).
totalOutboundCallsReserved This is meaningful for IP trunk groups that are configured for incoming call reservation. This is the reserved count as specified by the percentage configured for this IP trunk group. This object reflects the total number of calls that are reserved for outbound calls on this IP trunk group.
bwCurrentLimit This is the current bandwidth limit for this IP trunk group. It is initially set to the configured bandwidth limit but may be reduced due to packet outage detection events(in Kbits/sec).
bwAvailable This is how much bandwidth is available for allocation(in Kbits/sec).
bwInboundUsage This is how much bandwidth is in use for inbound traffic(in Kbits/sec).
bwOutboundUsage This is how much bandwidth is in use for outbound traffic(in Kbits/sec).
packetOutDetectState This object indicates the packet outage detection state. normal - No packet outage has been declared. packetOutageState - Packet outage has been declared. The current bandwidth limit has been reduced by packet outage detection bandwidth limit reduction.
addressContext The name of address context for this trunk group.
zone The name of zone for this trunk group.
priorityBwUsage The current media bandwidth in use for oversubscribed HPC/emergency calls (in Kbits/sec).
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/globalTrunkGroupStatus/{name}

  • No labels