|
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. |
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 <br/> --data ' <br/> <congestion> |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusOrcaSystem:congestion |