/mcpCisco Unity Connection Release 12.5(1) Service Update 4 and later, allows you to authenticate the proxy server for more secure communication with CSSM. To authenticate the proxy server below fields are introduced in Transport Settings API. • isProxyAuthReq • httpProxyUser • httpProxyPasswd Note For more information on transport settings, see Deployment Options section of the Managing Licenses chapter of the Install, Upgrade, and Maintenance Guide for Cisco Unity Connection Release 12.x available at https:/ /www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/12x/install_upgrade/guide/b_12xcuciumg.html Listing Transport Settings The following is an example of the GET request that displays the configured transport setting: GET https://<connection-server>/vmrest/smartlicense/transportsettings The following is the response from the above GET request and the actual response will depend upon the information given by you: <TransportSetting> <transportMode>2</transportMode> <transportUrl>https://tools.cisco.com/its/service/oddce/services/DDCEService</transportUrl> <httpHost></httpHost> <httpPort>0</httpPort> <isPrivacyEnabled>false</isPrivacyEnabled> <isProxyAuthReq>true</isProxyAuthReq> <httpProxyUser>James</httpProxyUser></TransportSetting> Response Code: 200 JSON Example { "transportMode": "2", "transportUrl": "https://tools.cisco.com/its/service/oddce/services/DDCEService</transportUrl", "httpHost": "", "httpPort": "0" "isPrivacyEnabled": "false" "isProxyAuthReq": "true" "httpProxyUser" : "James" } Response Code: 200 Modifying Transport Settings The following is an example of the PUT request that modifies the Transport Settings: Cisco Unity Connection Provisioning Interface (CUPI) API 690 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Listing Transport Settings
