| |
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')) |
Parameter | Description | |
---|---|---|
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} |