Resources | system | congestion

congestion

The congestion objects provide a facility for managing call congestion on the SBC SWe.

Configuration

ParameterPresenceTypeDefaultDescription
modeOenumerationadaptive Mode of the system overload control
levelMC1M Configuration for congestion level MC1.
levelMC2M Configuration for congestion level MC2.
levelMC3M Configuration for congestion level MC3.
adaptiveO adaptive overload configuration.
policerO System congestion Call Rate Policer configuration.
RESTCONF API: GET Example

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:congestion

RESTCONF API: POST Example

curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system &ltbr/&gt --data ' &ltbr/&gt <congestion>
     <levelMC1>
     <overloadProfileName>{overloadProfileName}</overloadProfileName>
     </levelMC1>
     <levelMC2>
     <overloadProfileName>{overloadProfileName}</overloadProfileName>
     </levelMC2>
     <levelMC3>
     <overloadProfileName>{overloadProfileName}</overloadProfileName>
     </levelMC3>
</congestion>
'

RESTCONF API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:congestion

  • No labels