Resources | addressContext | zoneCurrentStatistics

zoneCurrentStatistics

1 The Zone Statistics Current table.

Exists on Condition ((/system/isOAM !='true') and (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and (/system/cnfPodType = 'sc' or /system/cnfPodType = 'cs'))))

Operational Data

ParameterDescription
name The name of this zone.
ingressFailCallLimit Number of incoming Calls failed due to call limit.
egressFailCallLimit Number of outgoing Calls failed due to call limit.
ingressFailCallPolicing Number of incoming Calls failed due to call rate.
egressFailCallPolicing Number of outgoing Calls failed due to call rate.
ingressFailBWLimit Number of incoming Calls failed due to bandwidth limit.
egressFailBWLimit Number of outgoing Calls failed due to bandwidth limit.
ingressSipRegFailLimit Number of incoming SIP Registrations failed due to registrations limit.
egressSipRegFailLimit Number of outgoing SIP Registrations failed due to registration limit.
ingressSipRegPolicing Number of incoming SIP Registrations failed due to registration rate.
egressSipRegPolicing Number of outgoing SIP Registrations failed due to registration rate.
videoThresholdLimit The number of video threshold limit has been exceeded for this zone.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusZone:zoneCurrentStatistics={name}

  • No labels