| |
Exists on Condition | /system/serverAdmin/hwType='ConnexIP5000' |
Parameter | Presence | Type | Default | Description | |
---|---|---|---|---|---|
codecMixProfileName | M | string | Name of the passthrough/transcoding codec mix profile. | ||
codec | M | enumeration | List of supported codecs. | ||
ptime | M | enumeration | Packetization time (in milliseconds). | ||
percentage | M | float | Percentage distribution for the codec. |
RESTCONF API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweCodecMixProfile={codecMixProfileName},{codec},{ptime} |
RESTCONF API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/yang-data+xml' https://{SBX-SERVER}/restconf/data/sonusSystem:system --data ' |
RESTCONF API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/restconf/data/sonusSystem:system/sonusSystemSwe:sweCodecMixProfile={codecMixProfileName},{codec},{ptime} |