| |
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' 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 IP Peer. | |
inboundSessions | Indicates the number of calls routed to this peer. | |
inboundCPS | Indicates the number of calls routed to this peer per second. | |
inboundMaxSessions | Indicates the max number of inbound active sessions. | |
outboundSessions | Indicates the number of calls initiated by this peer. | |
outboundCPS | Indicates the number of calls initiated by this peer per second. | |
outboundMaxSessions | Indicates the max number of outbound active sessions. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListZone:zone={name}/sonusNodeListSipPeerPerformanceStats:ipPeerCurrentStatistics={name} |