| |
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 | |
---|---|---|
name | Name of the system. | |
sipSubCountAttempts | Indicates the number of SIP relayed subscription attempts. | |
sipSubCountCumCompletions | Indicates the accumulative number of completed SIP subscription attempts. | |
sipSubCountStable | Indicates the current number of stable SIP subscriptions. | |
sipSubCountFailures | Indicates the number of SIP relayed subscription failures. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListAddressContext:addressContext={name}/sonusNodeListSipSub:sipSubCountStatistics={name} |