Resources | node | system | slb | sipClientIntervalStatistics

sipClientIntervalStatistics

The current statistics of SIP clients registered with SLB

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

Operational Data

ParameterDescription
number A sequence number which identifies the interval for which the set of statistics is required. The interval N identifies the recently completed interval, Interval N is identifed by the last sequence value and N-( number of intervals) is the earlest completed interval.
id Instance id
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
vnfId The name of the VNF.
msgsSent Number of messages sent to sip client
invitesSent Number of INVITEs sent to sip client
oodRequestsSent Number of out of dialog requests sent to sip client
registersSent Number of out of register requests sent to sip client
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListSystem:system/sonusNodeListSlb:slb/sipClientIntervalStatistics={number},{id}

  • No labels