![]() Specifies the SIP registration count statistics for the SIP endpoints or node. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Description | |
---|---|---|
![]() ![]() | name | Name of the system. |
![]() | sipRegCountAttempts | Indicates the number of SIP registration attempts |
![]() | sipRegCountCumCompletions | Indicates the accumulative number of completed SIP registration attempts. |
![]() | sipRegCountPending | Indicates the current number of pending SIP registrations |
![]() | sipRegCountStable | Indicates the current number of stable SIP registrations |
![]() | sipRegCountTotal | Indicates the total number of current SIP registrations |
![]() | sipEmergencyRegAcceptTotal | Indicates the total number of emergency SIP registrations accepted |
![]() | sipEmergencyRegActiveTotal | Indicates the total number of emergency SIP registrations currently active |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipRegCountStatistics/{name} |