![]() specifies the active SIP group registration summary for a list of SIP endpoints. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Description | |
---|---|---|
![]() ![]() | registrarIpAddress | SIP Registrar's IP Address. |
![]() ![]() | nextRegId | The next registration ID created for the registration session. |
![]() | aorName | The E.164 number and host portion plus optional BGID representing the Address Of Record of the registering endpoint. |
![]() | state | The registration state of the endpoint. |
![]() | nextRegIdIsChild | The next reg Id is a child . |
![]() | registrationType | The registration type - normal or emergency. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipActiveGroupRegSummaryStatus/{registrarIpAddress},{nextRegId} |