![]() The congestion objects provide a facility for managing call congestion on the SBC SWe. |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
![]() | mode | O | enumeration | adaptive | Mode of the system overload control |
![]() | levelMC1 | M | Configuration for congestion level MC1. | ||
![]() | levelMC2 | M | Configuration for congestion level MC2. | ||
![]() | levelMC3 | M | Configuration for congestion level MC3. | ||
![]() | adaptive | O | adaptive overload configuration. | ||
![]() | policer | O | 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 <br/> --data ' <br/> <congestion> |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/congestion |