McDewey

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

Page 628

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

Listing the Message Aging Policies The following is an example of the GET request that lists all the message aging policies: GET https://<connection-server>/vmrest/messageagingpolicies The following is the response from the above GET request and the actual response will depend upon the information given by you: <MessageAgingPolicies total="2"> <MessageAgingPolicy> <URI>/vmrest/messageagingpolicies/0f02be4e-5d70-4a1d-b182-ce14ede90ac0</URI> <ObjectId>0f02be4e-5d70-4a1d-b182-ce14ede90ac0</ObjectId> <Enabled>true</Enabled> <DisplayName>Default System Policy</DisplayName> <MessageAgingRuleURI>/vmrest/messageagingpolicies/0f02be4e-5d70-4a1d-b182- ce14ede90ac0/messageagingrules</MessageAgingRuleURI> </MessageAgingPolicy> <MessageAgingPolicy> <URI>/vmrest/messageagingpolicies/7f762fe2-ef33-4664-afb9-bd47c2ef7e41</URI> <ObjectId>7f762fe2-ef33-4664-afb9-bd47c2ef7e41</ObjectId> <Enabled>false</Enabled> <DisplayName>Do Not Age Messages</DisplayName> <MessageAgingRuleURI>/vmrest/messageagingpolicies/7f762fe2-ef33-4664-afb9- bd47c2ef7e41/messageagingrules</MessageAgingRuleURI> </MessageAgingPolicy> </MessageAgingPolicies> Response Code: 200 JSON Example To list all the message aging policies, do the following: Request URI: GET https://<connection-server>/vmrest/messageagingpolicies Accept: application/json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 596 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Listing the Message Aging Policies