McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 681

↗ View in doc context
page
681
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::645

Request URI: PUT https://<connection-server>/vmrest/setDefaultSenderName Accept : application/json Content-Type : application/json Connection : keep-alive { "DisplayName": "NewUser" } The following is response for the above PUT request: Request URI: 204 Ciphers This section contains information on how to use the API to change the value of ciphers supported with Unity Connection. Using this API, you can change the value of following ciphers: • TLS ciphers over SIP interface • SRTP ciphers over RTP interface • HTTPS Ciphers over HTTPS interface This API updates the "TLS Ciphers", "SRTP Ciphers", and "HTTPS Ciphers" field under General Configuration. Viewing the Selected Option of TLS, SRTP, and HTTPS Cipher values The following is an example of GET request to get the details of TLS, SRTP, and HTTPS ciphers. GET https://<connection-server>/vmrest/generalconfigurations/ The following is response for the above GET request: <GeneralConfigurations total="1"> <GeneralConfiguration> <URI>/vmrest/generalconfigurations/b572544f-49ce-4ec4-874e-41e414597c14</URI> <ObjectId>b572544f-49ce-4ec4-874e-41e414597c14</ObjectId> <TlsCiphers>0</TlsCiphers> <SrtpCiphers>0</SrtpCiphers> <HttpsCiphers>0</HttpsCiphers> </GeneralConfiguration> </GeneralConfigurations> Response Code: 200 JSON Example The following is an example to GET the values for TLS and SRTP Ciphers. Request URI: GET https://<connection-server>/vmrest/generalconfigurations/ Accept : application/json Connection : keep-alive Cisco Unity Connection Provisioning Interface (CUPI) API 649 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Ciphers