![]() Specifies the deleted SIP registered name status for a list of SIP endpoints. | |
Exists on Condition | (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') |
Parameter | Description | |
---|---|---|
![]() ![]() | aorName | The E.164 number and host portion plus optional BGID representing the Address Of Record of the registered endpoint. |
![]() ![]() | id | The registration ID created for the registration session. |
![]() | reasonCode | The registration termination reason. |
![]() | contactURI | The SIP CONTACT URI header. |
![]() | nextHopIpAddress | Next hop IP Address. |
![]() | nextHopPortNum | Next hop TSAP UDP port number. |
![]() | registrarIpAddress | Registrar's IP Address. |
![]() | registrarPortNum | SIP Registrar's UDP port number. |
![]() | creationTime | Octet string that identifies the date and GMT time at which the SIP registration is initiated. |
![]() | terminationTime | Octet string that identifies the date and GMT time at which the SIP registration is terminated. |
![]() | registrarDomainName | The SIP registrar's domain name. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipDeletedRegisterNameStatus/{aorName},{id} |