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

curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/congestion

REST API: POST Example

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

REST API: DELETE Example

curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/congestion

  • No labels