Resources | node | global | cac | sharedCacIntervalStatistics

sharedCacIntervalStatistics

Specifies the shared CAC-limits pool statistics for the specified interval.

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')

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 identified by the last sequence value and N-( number of intervals) is the earliest completed interval.
name The name of this shared CAC-limits pool.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
maxActiveCalls The current high water mark of total number of active calls in both the inbound and outbound directions using limits from this shared CAC limits pool.
inBwUsage The sum of BW usage (expected data rate in bits per second multiplied by call duration in seconds) for every inbound call associated with this shared CAC limits pool for the specified interval.
outBwUsage The sum of BW usage (expected data rate in bits per second multiplied by call duration in seconds) for every outbound call associated with this shared CAC limits pool for the specified interval.
maxActiveBwUsage The high water mark of BW usage in either direction associated with this shared CAC limits pool for the specified interval.
activeRegs The current number of active registrations of this shared CAC-limits pool.
maxActiveRegs The number of maximum active registrations of this shared CAC-limits pool (this is the high-watermark achieved on this pool during this interval).
activeSubs The current number of active subscriptions on this shared CAC-limits pool.
maxActiveSubs The current number of maximum active subscriptions on this shared CAC-limits pool. (this is the high-watermark achieved on this shared CAC).
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/cac/sonusNodeListSharedCacPoolStats:sharedCacIntervalStatistics={number},{name}

  • No labels