/mcpGET /vmrest/configurationvalues/System.Messaging.RelaySecureMessage HTTP/1.1 Accept: application/json User-Agent: Java/1.6.0_20 Host: cuc-install-69.cisco.com Connection: keep-alive Authorization: Basic Y2NtYWRtaW5pc3RyYXRvcjplY3NidWxhYg== HTTP/1.1 200 OK Pragma: No-cache Cache-Control: no-cache Expires: Wed, 31 Dec 1969 16:00:00 PST Set-Cookie: JSESSIONIDSSO=B7839B7E290A9763ABD7751A6FBCAA5C; Path=/ Set-Cookie: JSESSIONID=E01E5B7E9F57692810ECF8AEAEDBD2B0; Path=/vmrest Content-Type: application/json Transfer-Encoding: chunked Date: Thu, 20 May 2010 10:39:48 GMT Server: {"Type":"11","LastModifiedTime":"2010-05-20T10:11:02Z","LastModifiedByComponent":"CUADMIN","FullName":"System.Messaging.RelaySecureMessage","Value":"0","UserSetting":"true","RequiresRestart":"false"} XML <ConfigurationValue> <Type>11</Type> <FullName>System.Messaging.RelaySecureMessage</FullName> <Value>0</Value> <UserSetting>true</UserSetting> <RequiresRestart>false</RequiresRestart> </ConfigurationValue> Example of GET for User Inactivity Timeout: GET /vmrest/configurationvalues/System.SA.UserInactivityTimeout HTTP/1.1 200 OK Cache-Control: private Expires: Thu, 01 Jan 1970 05:30:00 IST Set-Cookie: JSESSIONIDSSO=F41326B2A9A8472368FE580917E944B7; Path=/; Secure; HttpOnly Set-Cookie: JSESSIONID=CEADA77CB21BD27EE1C3386B3CFED149; Path=/vmrest/; Secure; HttpOnly Set-Cookie: REQUEST_TOKEN_KEY=-1968493036399359092; Path=/; Secure; HttpOnly X-Frame-Options: SAMEORIGIN Content-Type: application/xml Content-Length: 400 Date: Thu, 10 Dec 2015 06:38:42 GMT Server: <?xml version="1.0" encoding="UTF-8" standalone="yes"?><ConfigurationValue><Type>3</Type><LastModifiedTime>2015-12-10T06:23:26Z</LastModifiedTime><LastModifiedByComponent>VMREST</LastModifiedByComponent><FullName>System.SA.UserInactivityTimeout</FullName><Value>55</Value><UserSetting>true</UserSetting><MinVal>1</MinVal><MaxVal>500</MaxVal><RequiresRestart>false</RequiresRestart></ConfigurationValue> XML <ConfigurationValue> <Type>3</Type> <LastModifiedTime>2015-12-10T06:23:26Z</LastModifiedTime> <LastModifiedByComponent>VMREST</LastModifiedByComponent> <FullName>System.SA.TUIInterfaceDisable</FullName> <Value>55</Value> <UserSetting>true</UserSetting> <MinVal>1</MinVal> <MaxVal>500</MaxVal> <RequiresRestart>false</RequiresRestart> </ConfigurationValue> Cisco Unity Connection Provisioning Interface (CUPI) API 659 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings GET Examples