Accept : application/json
Content-Type : application/json
Connection : keep-alive
{
"GeneralConfiguration": {
"TlsCiphers": "1",
"SrtpCiphers": "1"
"HttpsCiphers": "1"
}
}
The following is the response of the above PUT request :
Response Code: 204
Corresponding Enum values for TLS, SRTP and HTTPS Ciphers
The following table describes the associated Enum values of the TLS and SRTP ciphers with Unity Connection
11.5(1).
Drop-Down Menu option for
HTTPS Cipher
Drop-Down Menu option for
SRTP Cipher
Drop-Down Menu option for TLS
Cipher
Enum
Value
All Supported EC and RSA
ciphers
All supported AES-256,
AES-128 ciphers
Strongest- AES-256 SHA-384 Only:
RSA Preferred
0
RSA ciphers Only
AEAD AES256 GCM based
ciphers only
Strongest- AES-256 SHA-384 Only:
ECDSA Preferred
1
AEAD AES-256, AES-128
GCM-based ciphers:
Medium- AES-256 AES-128 Only:
RSA Preferred
2
Medium- AES-256 AES-128 Only:
ECDSA Preferred
3
All Ciphers RSA Preferred
4
All Ciphers ECDSA Preferred
5
Cisco Unity Connection Provisioning Interface (CUPI) API --
Cluster
About Clusters
Administrator can use this API to fetch the details of a Unity Connection cluster. This page contains information
on how to use the CUPI API to view cluster information.
Listing Cisco Unity Connection Cluster locations
The following is an example of a GET that displays cluster information:
Cisco Unity Connection Provisioning Interface (CUPI) API
651
Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings
Corresponding Enum values for TLS, SRTP and HTTPS Ciphers