Resources | node | global | cac | sharedCacCurrentStatistics

sharedCacCurrentStatistics

Specifies the shared CAC-limits pool current 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')

Operational Data

ParameterDescription
name The name of this shared CAC-limits pool.
maxActiveCalls The current high water mark of total number of active calls in both the inbound and outbound directions bound by limits of this shared CAC-limits pool.
inBwUsage The sum of BW usage (expected data rate in Kbits per second multiplied by call duration in seconds) for every inbound call associated with this shared CAC-limits pool.
outBwUsage The sum of BW usage (expected data rate in Kbits per second multiplied by call duration in seconds) for every outbound associated with this shared CAC-limits pool.
maxActiveBwUsage The high water mark of BW usage in either direction associated with this shared CAC-limits pool.
activeRegs The current number of active registrations of this shared CAC-limits pool.
maxActiveRegs The current high-watermark of registrations subject to limits of this shared CAC-limits pool.
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:sharedCacCurrentStatistics={name}

  • No labels