Resources | addressContext | zone | trafficControlIntervalStatistics

trafficControlIntervalStatistics

It describes the trunk group interval 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
number A sequence number which identifies the interval for which the set of statistics is required. The interval N identifies the recently completed interval, Interval N is identifed by the last sequence value and N-( number of intervals) is the earlest completed interval.
name The name of this trunk group.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
silc The number of calls cancelled due to SILC for this trunk group for the specified interval.
strCant The number of calls cancelled due to STR for this trunk group for the specified interval.
strSkip The number of calls skipped due to STR for this trunk group for the specified interval.
skip The number calls skipped due to the SKIP traffic control for this trunk group for the specified interval.
cant The number of calls cancelled due to CANT for this trunk group for the specified interval.
canf The number of calls cancelled due to CANF for this trunk group for the specified interval.
accCant The number of calls cancelled due to ACC for this trunk group for the specified interval.
accSkip The number of calls skipped due to ACC for this trunk group for the specified interval.
routeAttemptsIRR The number of reroute attempts due to IRR for this trunk group for the specified interval.
routeAttemptsSIRR The number of reroute attempts due to SIRR for this trunk group for the specified interval.
routeAttemptsORR The number of reroute attempts due to ORR for this trunk group for the specified interval.
routeAttemptsSORR The number of reroute attempts due to SORR for this trunk group for the specified interval.
successfulIRR The number of successful reroutes due to IRR for this trunk group for the specified interval.
successfulSIRR The number of successful reroutes due to SIRR for this trunk group for the specified interval.
successfulORR The number of successful reroutes due to ORR for this trunk group for the specified interval.
successfulSORR The number of successful reroutes due to SORR for this trunk group for the specified interval.
RESTCONF API: GET Example

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

  • No labels