/mcpPUT https://<connection-server>/vmrest/smartlicense/transportsettings The following is the response from the above PUT request and the actual response will depend upon the information given by you: <TransportSetting> <transportMode>0</transportMode> <transportUrl>https://tools.cisco.com/its/service/oddce/services/DDCEService</transportUrl> <httpHost></httpHost> <httpPort>0</httpPort> <isPrivacyEnabled>false</isPrivacyEnabled> <isProxyAuthReq>1</isProxyAuthReq> <httpProxyUser>James</httpProxyUser> <httpProxyPasswd></httpProxyPasswd></TransportSetting> Response Code: 200 JSON Example { "transportMode": "0" "transportUrl": "https://tools.cisco.com/its/service/oddce/services/DDCEService" "httpHost": "" "httpPort": "0" "isPrivacyEnabled" : "false" "isProxyAuthReq" : "true" "httpProxyUser" : "James" "httpProxyPasswd" : ""} Response Code: 200 If the product is registered with CSSM or satellite, you must deregister the product before changing the transport settings. Note Registering the Unity Connection Using this API, you can register the product with CSSM or satellite. For registration, you need a registration token from CSSM or satellite. For information on how to create a token on CSSM or satellite, see "Configuring Cisco Smart Software Licensing in Unity Connection" section of " 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. Following is the PUT request to register the product with CSSM or satellite : PUT https://<connection-server>/vmrest/smartlicense/register <RegisterDetails> <token>NDJiMjI0YTAtMjc0MC00......1JakVZMU5JWGhLOXlP%0AMmVxMD0%3D%0A</token> <force>false</force> </RegisterDetails> Cisco Unity Connection Provisioning Interface (CUPI) API 691 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Registering the Unity Connection