Resources | global | callTraceStatus

callTraceStatus

Specifies the call Trace statistics for the server.

Exists on Condition (/system/sbcPersonality/role !='msbc') and (/system/sbcPersonality/role !='mrfp') and (/system/sbcPersonality/role !='slb')

Operational Data

ParameterDescription
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 .
REST API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/global/callTraceStatus/{key}

  • No labels