Resources | node | addressContext | zone | h323SigPortStatistics

h323SigPortStatistics

The H323 signaling Port Statistics.

Exists on Condition (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/sbcPersonality/role !='slb') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../../NODE_LIST:nodeName]/system/deploymentType != 'microservices')

Operational Data

ParameterDescription
name The name of this H323 Signaling Port.
index The index of this H323 Signaling Port.
status Status of the H323 Signaling Port.
ingressCallsCompleted Number of Ingress calls completed.
egressCallsCompleted Number of Egress calls completed.
ingressCallsAttempted Number of Ingress calls attempted.
egressCallsAttempted Number of Egress calls attempted.
h225MessagesSent Number of H225 messages sent.
h225MessageBytesSent Number of bytes of H225 messages sent.
h225MessagesRcvd Number of H225 messages received.
h225MessageBytesRcvd Number of bytes of H225 messages received.
h245MessagesSent Number of H245 messages sent.
h245MessageBytesSent Number of bytes of H245 messages sent.
h245MessagesRcvd Number of H245 messages received.
h245MessageBytesRcvd Number of bytes of H245 messages received.
activeCalls Number of current active calls.
h225TcpPortsOpened Number of H225 TCP ports currently open.
h245TcpPortsOpened Number of H245 TCP ports currently open.
h245TcpPortsAllocated Number of H245 TCP ports currently allocated.
RESTCONF API: GET Example

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

  • No labels