| |
Exists on Condition | (/system/isOAM ='true') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='msbc') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/sbcPersonality/role !='mrfp') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices') |
Parameter | Description | |
---|---|---|
id | The Subscription ID created for the relayed Subscription session. | |
callId | CallID that uniquely identified the relayed subscription | |
state | The subscription state of the endpoint. | |
nextHopIpAddress | Next hop TSAP IP address. | |
nextHopPortNum | Next hop TSAP UDP port number. | |
previousHopIpAddress | Originating Endpoint's IP Address. | |
previousHopPortNum | Originating Endpoint's UDP port number. | |
expirationTime | The expiration timer value in seconds. | |
serverDomainName | The SIP subscription server's domain name. | |
origEPDomain | Originating EPs Contact host |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListSipSub:sipSubscriptionStatus={id} |