McDewey

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

Page 644

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

PUT https://<connection-server>/vmrest/messageexpirations/<messageexpirationobjectid> Accept: application/json Content_type: application/json Connection: keep_alive Request Body: { "Enabled": "true", "MaximumAgeDays": "55", "MaxVideoMsgAgeDays": "44" } The following is the response from the above PUT request: Response Code: 204 Explanation of Data Fields The following chart lists all of the data fields: Comments Data Type Operations Parameter A globally unique, system-generated identifier for Message Expiration Policy. String (36) Read Only ObjectId A flag indicating whether the Message Expiration is applicable or not. Values can be: • false - Message Expiration is not applicable. • true - Message Expiration is applicable. Default Value - false Boolean Read/Write Enabled The number of days after which the audio/video message will be marked as expired from the Cisco Unity Connection. • Range - 1-999 Days Default Value - 180 Integer Read/Write MaximumAgeDays The number of days after which the video part of a video message will be deleted and only audio part will be retained. Note: It is recommended that the number of days entered in MaxVideoMsgAgeDays should be less than the number of days entered in MaximumAgeDays field. • Range - 1-999 Days Default Value - 30 Integer Read/Write MaxVideoMsgAgeDays Cisco Unity Connection Provisioning Interface (CUPI) API 612 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Explanation of Data Fields