Resources | node | addressContext | zone | sipOcsCallIntervalStatistics

sipOcsCallIntervalStatistics

The SIP OCS call interval SIP statistics.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/isOAM !='true' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/cnfPodType = 'sc' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/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 statisitic is collected.
attemptedCalls Current Attempted ocs Call statistics.
relayedCalls Current Realyed ocs Invite to Engress side statistics.
establishedCalls Current Established ocs Call statistics.
successfulCalls Current Successful ocs Call statistics.
failedCalls Current Failed ocs Call statistics.
pendingCalls Current Pending ocs Call statistics.
rejectedCalls Current SBX Rejected ocs Call statistics.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListZone:zone={name}/sonusNodeListSipPeerPerformanceStats:sipOcsCallIntervalStatistics={number},{name}

  • No labels