Resources | node | global | sipLocalRegistrar | sipLocalRegistrarRegCountIntStats

sipLocalRegistrarRegCountIntStats

This table presents SIP registrar Interval count statistics .

Exists on Condition /system/isOAM ='true'

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.
name Name of the system.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
sipRegAttemptCount Indicates the number of SIP registration attempts
sipRegChallengedCount Indicates the current number of challenged SIP registrations
sipRegStableCount Indicates the current number of stable SIP registrations
sipRegFailed403Count Indicates the total number of SIP registrations failed with 403
sipRegFailed404Count Indicates the total number of SIP registrations failed with 404
sipRegFailed503Count Indicates the total number of SIP registrations failed with 503
sipRegFailedOthersCount Indicates the total number of SIP registrations failed with other response codes
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sipLocalRegistrar/sipLocalRegistrarRegCountIntStats={number},{name}

  • No labels