McDewey

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

Page 632

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

DELETE https://<connection-server>/vmrest/messageagingpolicies<messageagingpolicyobject-id> Accept: application/json Connection: keep-alive The following is the response from the above DELETE request and the actual response will depend upon the information given by you: Response Code: 204 Explanation of Data Fields The following chart lists all of the data fields: Comments Data Type Operations Parameters Name of the Message Aging Policy Maximum length: 64 String Read/Write DisplayName Specifies if message aging rules to be applied or not. Possible values: • true: If message aging rules to be enforced. • false: If message aging rules to be ignored. Default value is true. Boolean Read/Write Enabled Specifies the URI of message aging rules. String Read Only MessageAgingRuleURI Object Id of the message aging policy. Maximum length : 36 String Read Only ObjectId Specifies the message aging policy URI. String Read Only URI Cisco Unity Connection Provisioning Interface (CUPI) API -- Message Aging Rules Message Aging Rules Administrator can use this API to update/ fetch the message aging rules. Various attributes of message aging rules can also be updated using this API. Listing the Message Aging Rules The following is an example of the GET request that lists all the message aging rules: GET https://<connection-server>/vmrest/messageagingpolicies/<messageagingpolicyobject-Id>/messageagingrules Cisco Unity Connection Provisioning Interface (CUPI) API 600 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Explanation of Data Fields