Resources | global | ocsCallCountStatus

ocsCallCountStatus

Specifies the Call count statistics for the server.

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

Operational Data

ParameterDescription
key Key value for the call.
attemptedCall Total Number of OCS attempted Calls.
relayedCall Total Number of OCS Relayed Calls.
establishedCalls Total Number of OCS Establised Calls.
successfulCalls Total Number of OCS successful Calls.
failedCalls Total Number of OCS Failed Calls.
pendingCalls Total Number of OCS Pending Calls.
rejectedCalls Total Number of OCS rejected Calls.
REST API: GET Example

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

  • No labels