Resources | addressContext | zone | trafficControlCurrentStatistics

trafficControlCurrentStatistics

It describes the trunk group current traffic control statistics.

Exists on Condition (/system/isOAM !='true' and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs'))))

Operational Data

ParameterDescription
name The name of this trunk group.
silc The current number of calls cancelled due to SILC for this trunk group.
strCant The current number of call cancelled due to STR for this trunk group.
strSkip The current number of calls skipped due to STR for this trunk group.
skip The current number calls skipped due to the SKIP traffic control for this trunk group.
cant The current number of call cancelled due to CANT for this trunk group.
canf The current number of call cancelled due to CANF for this trunk group.
accCant The current number of calls cancelled due to ACC for this trunk group.
accSkip The current number of calls skipped due to ACC for this trunk group.
routeAttemptsIRR The current number of reroute attempts due to IRR for this trunk group.
routeAttemptsSIRR The current number of reroute attempts due to SIRR for this trunk group.
routeAttemptsORR The current number of reroute attempts due to ORR for this trunk group.
routeAttemptsSORR The current number of reroute attempts due to SORR for this trunk group.
successfulIRR The current number of successful reroutes due to IRR for this trunk group.
successfulSIRR The current number of successful reroutes due to SIRR for this trunk group.
successfulORR The current number of successful reroutes due to ORR for this trunk group.
successfulSORR The current number of successful reroutes due to SORR for this trunk group.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipTrunkGroupPerformanceStats:trafficControlCurrentStatistics={name}

  • No labels