| |
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/sbcPersonality/role !='slb') and (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType != 'microservices' or (/NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/deploymentType = 'microservices' and /NODE_LIST:node[NODE_LIST:nodeName=current()/../NODE_LIST:nodeName]/system/cnfPodType = 'sc')) |
Parameter | Description | |
---|---|---|
key | Key value for the call. | |
timerValue | The configured callTraceTimer value (in minutes). | |
timeUsed | The amount of time the callTrace has been running(in minutes). | |
timeLeft | The amount of time before callTrace is disabled (in minutes). | |
triggerCount | The number of calls which have triggered a call trace. | |
triggerCountLeft | The number of remaining calls which can trigger a call trace. | |
state | The operational state of this call trace . | |
signalingTimerValue | The configured signaling packet capture timer value (in minutes). | |
signalingTimerUsed | The amount of time signaling packet caputure has been running(in minutes). | |
signalingTimerLeft | The amount of time before signaling packet capture is disabled (in minutes). | |
signalingCaptureState | The operational state of signaling packet capture . |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/sonusNodeListGen2NrmCalltrace:callTraceStatus={key} |