Resources | node | global | cac | sharedCacFailureIntStats

sharedCacFailureIntStats

Specifies the shared CAC limits pool interval failure statistics.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/isOAM !='true')

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 statistic is collected.
allocFailBwLimit The number of BW Requests which fail because the configured bandwidth limit has been exceeded for this shared CAC limits pool for the specified interval.
allocFailCallLimit The number of BW Requests which fail because the configured call limit has been exceeded for this shared CAC limits pool for the specified interval.
allocFailParentConstraint The current number of failures because of a parent limit denial for the specified interval.
allocFailSipReg The number of SIP registration attempts that failed because configured registration limit has been exceeded for this shared CAC limits pool for the specified interval.
sipSubsFailPolicing The current number of SIP Subscribe attempts that failed due to policing on a trunk group.
sipOtherReqFailPolicing The current number of SIP other non-invite attempts that failed due to policing on a trunk group.
videoThresholdLimit The number of video threshold limit has been exceeded for this this shared CAC limits pool.
RESTCONF API: GET Example

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

  • No labels