McDewey

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

Page 652

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

Adding Exchange/BPOS-D External Service The following is an example of the POST request that adds the Exchange/BPOS-D Unified Messaging Service: https://<connection_server>/vmrest/externalservices The request parameters will depend upon the information given by you. <ExternalService> <DisplayName>UMS_API</DisplayName> <ServiceAlias> client-team\administrator</ServiceAlias> <ServicePassword>Ecsbulab12</ServicePassword> <ServerType>4</ServerType> <Server>10.65.156.190</Server> <AuthenticationMode>1</AuthenticationMode> <SecurityTransportType>1</SecurityTransportType> </ExternalService> Response Code: 201 The following are the list of mandatory parameters required to create a Unified Messaging Service: • Display Name: The display name of the unified messaging service • Service Alias: The alias of the unified messaging service • Service Password: The password of the unified messaging service • Server Type: The type of unified messaging service account (Exchange/BPOS-D: 4) • Server: The IP address of the Exchange server • Authentication Mode: The web-based Authentication Mode of the Unified Messaging Service: Basic (1), Digest (2), and NTLM (3) • Exchange Server Type: The Exchange Server Type of the Unified Messaging Account: Exchange 2003 (0) and Exchange 2007/2010/2013 (1) • Security Transport Type: The web-based protocol of the Unified Messaging Account: HTTP (0) and HTTPS (1) Adding Meeting Place External Service The following is an example of the POST request that adds the Meeting Place Unified Messaging Service: https://<connection_server>/vmrest/externalservices The request parameters will depend upon the information given by you. <ExternalService> <DisplayName>MeetingPlace</DisplayName> <ServiceAlias> admin</ServiceAlias> <ServicePassword>ecsbulab</ServicePassword> <ServerType>1</ServerType> <Server>10.76.175.167</Server> <TransferExtensionDialString>111111</TransferExtensionDialString> </ExternalService> Response Code: 201 Cisco Unity Connection Provisioning Interface (CUPI) API 620 Cisco Unity Connection Provisioning Interface (CUPI) API for Unified Messaging Adding Exchange/BPOS-D External Service