McDewey

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

Page 743

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

Comments Data Type Operations Parameter Hostname, IP address or Fully-Qualified Domain Name (FQDN) of the Authz server that Unity Connection connects to. String (64) Read/Write ServerNodeAddress The port through which Unity Connection connects to the Authz server. Integer Read/Write Port The status and time of the last synchronization of authorization keys between Authz server and Unity Connection. String (36) Read Only LastSyncStatus Cisco Unity Connection Provisioning Interface (CUPI) API -- System Default Language and TTS Language About System Default Language and System Default TTS Language This page contains information on how to use the API to display and update the System Default Language and the System Default TTS Language. The System Default Language and System Default TTS Language must be one of the installed languages on your Cisco Unity Connection server. To retrieve the list of installed languages on your system, use: GET http://<connection-server>/vmrest/installedlanguages Viewing The System Default Language and System Default TTS Language are considered part of the "local" Connection server. To retrieve the current values for these fields, use: GET http://<connection-server>/vmrest/locations/locallocation The following is the response from the above GET request: 200 OK <?xml version="1.0" encoding="UTF-8"?> <LocalLocation> <DefaultLanguage>1033</DefaultLanguage> <DefaultTTSLanguage>1033</DefaultTTSLanguage> </LocalLocation> Note that the returned values are the language codes for the System Default Language and System Default TTS language. In this case, 1033 is the code for US English. Updating The following is an example of a PUT request that modifies the System Default Language and System Default TTS Language. In this example, we set both to Japanese (language code 1041). Note that the language codes Cisco Unity Connection Provisioning Interface (CUPI) API 711 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- System Default Language and TTS Language