| |
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/sbcPersonality/role !='msbc') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='mrfp') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'sc' or /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'cs')))) |
Parameter | Description | |
---|---|---|
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/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListZone:zoneCurrentStatistics={name} |