Resources | node | addressContext | intercept | interceptCallDataChannelStatistics

interceptCallDataChannelStatistics

This object specifies the Lawful Intercept Call Data Channel statistics details.

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

Operational Data

ParameterDescription
name The name of this callDataChannel.
primaryChannelStatus The primary UDP channel status for default mode interception(in service, out of service).
secondaryChannelStatus The secondary UDP channel status for default mode interception(in service, out of service).
StartSuccess The number of successful signal starts that have occurred.
StartFailures The number of unsuccessful signal starts that have occurred.
StopSuccess The number of successful signal stops that have occurred.
StopFailures The number of unsuccessful signal stops that have occurred.
CallAnswerSuccess The number of successful call answer that have occurred.
CallAnswerFailures The number of unsuccessful call answer that have occurred.
CallDisconnectSuccess The number of successful call disconnect that have occurred.
CallDisconnectFailures The number of unsuccessful call disconnect that have occurred.
ServiceInstanceSuccess The number of successful service instances that have occurred.
ServiceInstanceFailures The number of unsuccessful service instance that have occurred.
IndicationSuccess The number of successful indications that have occurred.
IndicationFailures The number of unsuccessful indications that have occurred.
KeepAliveSuccess The number of successful Keep Alives that have occurred.
KeepAliveFailures The number of unsuccessful keep alives that have occurred.
RestartSuccess The number of successful restarts that have occurred.
RestartFailures The number of unsuccessful restarts that have occurred.
RadiusAckReceived The number of radius acks that have been received.
StartResponsesReceived The number of signal start responses that have been received.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListLi:intercept/interceptCallDataChannelStatistics={name}

  • No labels