Resources | addressContext | zone | cnfIpPeerIntervalStatistics

cnfIpPeerIntervalStatistics

Specifies the IP Peer interval statistics for CNF.

Exists on Condition (/system/isOAM !='true' and /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.
cnfPodName This object indicates the PodName.
name The name of this IP Peer.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statistic is collected.
inboundSessions Indicates the total number of (interval) calls routed to this peer.
inboundCPS Indicates the total number of (interval) calls routed to this peer per second.
inboundMaxSessions Indicates the total number of (interval) inbound active sessions.
outboundSessions Indicates the total number of (interval) calls initiated by this peer.
outboundCPS Indicates the total number of (interval) calls initiated by this peer per second.
outboundMaxSessions Indicates the total number of (interval) outbound active sessions.
RESTCONF API: GET Example

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

  • No labels