Resources | addressContext | relaySessionStats

relaySessionStats

Specifies relay session statistics for relay Calls

Exists on Condition /system/deploymentType != 'microservices'

Operational Data

ParameterDescription
relayport Relay Port Index.
transId The transaction Id for this call.
packetRxTx The number of packets received and transmitted for this call..
dataRxTx The number of data received and transmitted for this call..
inboundZone The name of the zone.
inboundLocalPeer The IPv4 or IPv6 address of ingress local peer.
inboundRemotePeer The IPv4 or IPv6 address of ingress remote peer.
outboundZone The name of the zone.
outboundLocalPeer The IPv4 or IPv6 address egress local peer.
outboundRemotePeer The IPv4 or IPv6 address egress remote peer.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusRelayStats:relaySessionStats={relayport},{transId}

  • No labels