| |
Exists on Condition | (/system/deploymentType != 'microservices' or (/system/deploymentType = 'microservices' and /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/sonusAddressContext:addressContext={name}/sonusZone:zone={name}/sonusSipSigPort:sipSigConnStatistics={index} |