Resources | addressContext | sipRegCountDomainIntStats

sipRegCountDomainIntStats

The SIP registration interval statistics for a domain name.

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.
domainName Domain name of the Registration.
intervalValid The member indicating the validity of the interval.
time The system up time when the interval statisitic is collected.
countAttempts Indicates the number of SIP registration attempts
countCumCompletions Indicates the accumulative number of completed SIP registration attempts.
countPending Indicates the current number of pending SIP registrations
countStable Indicates the current number of stable SIP registrations
countTotal Indicates the total number of current SIP registrations
emergencyAcceptTot Indicates the total number of emergency SIP registrations accepted
emergencyActiveTot Indicates the total number of emergency SIP registrations currently active
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusAddressContext:addressContext={name}/sonusSipReg:sipRegCountDomainIntStats={number},{domainName}

  • No labels