/mcpComments Operations Data Type Parameter Specifies the IPV6 address of the server. Read Only varchar IpAddressV6 Note - Defined for future purpose. Indicates whether the subscriber machine is enabled for directory replication; On Publisher machine its value is always false. Values can be: • 0- false • 1- true Read Only boolean SubToPerformReplicationRole Cisco Unity Connection Provisioning Interface (CUPI) API -- Configuration Values About Configuration Values This page contains information on how to use the API to read configuration values which are also referred to system settings. You cannot create or delete configuration values. Most configuration values are read-only in the API. Beginning with Unity Connection 8.5, following are the configuration values that can be updated: • System.API.CumiAccessSecureMessageAttachments • System.API.CumiAllowSecureMessageHeaders • System.Conversations.UserMaxConcurrentSessionsTUI (Unity Connection 11.5(1) and later only) • System.SA.UserInactivityTimeout (Unity Connection 11.5(1) and later only) Listing and Viewing The following is an example of GET that lists all system configuration values: GET https://<server>/vmrest/configurationvalues Beginning with Connection 8.5, you can perform GET on individual settings using their full name in the URI (instead of getting the whole collection): GET https://<server>/vmrest/configurationvalues/<full name> You can access the configuration values as part of a list using the regular configuration value query. For example, to find all configuration values with a fullname that starts with "System.API.Cumi": GET https://<server>/vmrest/configurationvalues?query=(fullname startswith System.API.Cumi) Cisco Unity Connection Provisioning Interface (CUPI) API 656 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- Configuration Values