| |
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. |
REST API: GET Example |
---|
curl -kisu 'admin:secret' -X GET https://{SBX-SERVER}/api/config/system/sweCodecMixProfile/{codecMixProfileName},{codec},{ptime} |
REST API: POST Example |
---|
curl -kisu 'admin:secret' -X POST -H 'Content-Type: application/vnd.yang.data+xml' https://{SBX-SERVER}/api/config/system --data ' |
REST API: DELETE Example |
---|
curl -kisu 'admin:secret' -X DELETE https://{SBX-SERVER}/api/config/system/sweCodecMixProfile/{codecMixProfileName},{codec},{ptime} |