Resources | addressContext | sipSubCountStatistics

sipSubCountStatistics

Displays the SIP relayed subscription count statistics for the SIP endpoints or node.

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

Operational Data

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

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/operational/addressContext/{name}/sipSubCountStatistics/{name}

  • No labels