Resources | node | addressContext | zone | sipSigConnStatistics

sipSigConnStatistics

Specifies SIP Signaling port connection statistics.

Exists on Condition /system/isOAM ='true'

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.
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/node/{nodeName}/addressContext/{name}/zone/{name}/sipSigConnStatistics/{index}

  • No labels