Resources | node | addressContext | zone | sipSigConnStatistics

sipSigConnStatistics

Specifies SIP Signaling port connection statistics.

Exists on Condition (/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 = 'slb'))

Operational Data

ParameterDescription
index The index of this SIP Signaling Port.
tcpConnection Number of current TCP connections.
totalTcpConnection Number of total TCP connections made.
activeTlsTcpConnection Number of current TLS-TCP connections made.
totalTlsTcpConnection Number of total TLS-TCP connections.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListZone:zone={name}/sonusNodeListSipSigPort:sipSigConnStatistics={index}

  • No labels