REST API Method: POST /rest/mediacryptoprofile/{identifier}
Page Tree |
---|
root | Resource - mediacryptoprofile |
---|
|
Modifies a Media Crypto Profile Table given a specific Table ID.
URL:
https://134.56.227.163/rest/mediacryptoprofile/{identifier}
HTTP Method
POST
Requires Authentication:
true
Parameters
Parameter Name | Required | Service Affecting | Data Type | Default Value | Possible Values | Description |
---|
Description | No | No | string | none | 64 - Max Length | Describes this Media Crypto Profile so that it is easily identifiable. |
---|
OperationOption | No | No | Enum | 1 | Possible values: - 0 - soUnknown
- 1 - soRequired
- 2 - soOptional
- 3 - soOff
| Specifies how encryption is supported for this profile. - Required
- This setting permits call connections only if security (encryption) can be used for the call. If the peer device does not support SRTP (Secure Real Time Protocol) for voice encryption over the IP network, call setup will fail. - Supported
- This setting advertises to the peer device that the Sonus SBC 1000/2000 system implements SRTP. However, a call connection is allowed in secure or unsecure mode depending on the peer preference and capability. - Off
- This setting disables the use of SRTP for encrypted calling.
|
---|
CryptoSuite | No | No | Enum | 1 | Possible values: - 0 - scsCryptoSuite_32
- 1 - scsCryptoSuite_80
| This setting lets you configure the crypto suite that the Sonus SBC 1000/2000 should use to negotiate with its peer device. |
---|
MasterKeyLifeValue | No | No | int | 31 | Possible values: | The lifetime for the Master Key. The configured value is as power of 2. Info |
---|
When this option is set to 0 means it never expires. Other wise it can take values from 1 to 48 |
|
---|
MasterKeyIdentifierLength | No | No | int | 1 | Possible values: | The number of bytes that should be used for communicating the Master Key Identifier in the SRTP packets. |
---|
SessionKeyDerivationRate | No | No | int | 0 | Possible values: | The rate at which the session key should be refreshed during the SRTP session. The configured value is as power of 2. A value of 0 means that the session key will not be refreshed during the call. Info |
---|
This option is available when *Derive Session Key is Set* to a range 16 to 24. |
|
---|
Tip |
---|
|
The POST can contain either only the attributes that are being updated, or the full set of attributes for the resource |