Resources | addressContext | zone | sipByeResponseIntervalStatistics

sipByeResponseIntervalStatistics

Specifies the SIP trunk group interval SIP 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 SIP trunk group.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statistic is collected.
response401 Indicates the total number of (interval) sent 401 for received bye messages.
response403 Indicates the total number of (interval) sent 403 for received bye messages.
response407 Indicates the total number of (interval) sent 407 for received bye messages.
response481 Indicates the total number of (interval) sent 481 for received bye messages.
RESTCONF API: GET Example

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

  • No labels