Resources | node | global | cac | sharedCacStatus

sharedCacStatus

Specifies the current status of the shared CAC-limits pool.

Exists on Condition /system/isOAM ='true'

Operational Data

ParameterDescription
name The name of this shared CAC-limits pool.
totalCallsAvailable This sum of all available calls on this shared CAC-limits pool.
inboundCallsUsage This reflects the current inbound or incoming usage on this shared CAC-limits pool.
outboundCallsUsage This reflects the current outbound, non-priority usage on this shared CAC-limits pool.
bwAvailable This is how much bandwidth is available for allocation.
bwInboundUsage This is how much bandwidth is in use for inbound traffic.
bwOutboundUsage This is how much bandwidth is in use for outbound traffic.
sipRegActive This reflects how may SIP registrations are active on this shared CAC-limits pool.
sipSubsActive This reflects how may SIP subscriptions are active on this shared CAC-limits pool.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusNodeList:node={nodeName}/sonusNodeListGlobal:global/cac/sonusNodeListSharedCacPool:sharedCacStatus={name}

  • No labels