/mcp{ { "GeneralConfigurations": { "-total": "1", "GeneralConfiguration": { "URI": "/vmrest/generalconfigurations/b572544f-49ce-4ec4-874e-41e414597c14", "ObjectId": "b572544f-49ce-4ec4-874e-41e414597c14", "TlsCiphers": "0", "SrtpCiphers": "0" "HttpsCiphers": "0" } } } } Response Code: 200 Updating the Values For TLS, SRTP, HTTPS Ciphers and TLS Version The following is an example of the PUT request that allows you to update the value of TLS, SRTP, HTTPS Ciphers and TLS Version. Example : Update the TLS, SRTP, HTTPS Ciphers and TLS Version. PUT https://<connection-server>/vmrest/generalconfigurations/<objectid> The following is the response of above PUT request. <GeneralConfiguration> <TlsCiphers>1</TlsCiphers> <SrtpCiphers>1</SrtpCiphers> <HttpsCiphers>1</HttpsCiphers> </GeneralConfiguration> Response Code: 204 • Make sure to restart the Connection Conversation Manager service in Cisco Unity Connection Serviceability for TLS, SRTP ciphers and TLS Version changes to take effect. • Make sure to restart the tomcat service for HTTPS cipher changes to take effect. • Make sure to restart the Tomcat service using CLI 'utils service restart Cisco Tomcat' for TLS Version changes to take effect. Note JSON Example The following is an example to update the TLS and SRTP Ciphers values. Request URI: PUT https://<connection-server>/vmrest/generalconfigurations/<objectid> Cisco Unity Connection Provisioning Interface (CUPI) API 650 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Updating the Values For TLS, SRTP, HTTPS Ciphers and TLS Version
