McDewey

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

Page 629

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

{ "@total":"2" "MessageAgingPolicy":[ { "URI":"/vmrest/messageagingpolicies/adac77f4-8a77-430d-8836-0fc9aef3fef5" "ObjectId":"adac77f4-8a77-430d-8836-0fc9aef3fef5" "Enabled":"true" "DisplayName":"Default System Policy" "MessageAgingRuleURI":"/vmrest/messageagingpolicies/adac77f4-8a77-430d-8836- 0fc9aef3fef5/messageagingrules" } { "URI":"/vmrest/messageagingpolicies/2e02eca6-270b-4b7f-a153-f03ea74d403d" "ObjectId":"2e02eca6-270b-4b7f-a153-f03ea74d403d" "Enabled":"false" "DisplayName":"Do Not Age Messages" "MessageAgingRuleURI":"/vmrest/messageagingpolicies/2e02eca6-270b-4b7f-a153- f03ea74d403d/messageagingrules" } ] } Response Code: 200 Viewing the Specific Message Aging Policy The following is an example of the GET request that lists the details of specific message aging policy represented by the provided value of object ID: GET https://<connection-server>/vmrest/messageagingpolicies/<messageagingpolicyobject-id> The following is the response from the above GET request and the actual response will depend upon the information given by you: <MessageAgingPolicy> <URI>/vmrest/messageagingpolicies/3f3f9297-e1eb-46a5-bbdf-d86298e2531c</URI> <ObjectId>3f3f9297-e1eb-46a5-bbdf-d86298e2531c</ObjectId> <Enabled>true</Enabled> <DisplayName>Texoma_Message_Policy</DisplayName> <MessageAgingRuleURI>/vmrest/messageagingpolicies/3f3f9297-e1eb-46a5-bbdf- d86298e2531c/messageagingrules</MessageAgingRuleURI> </MessageAgingPolicy> Response Code: 200 JSON Example To list details of an individual message aging policy, do the following: Request URI: GET https://<connection-server>/vmrest/messageagingpolicies/<messageagingpolicyobject-id> 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 597 Cisco Unity Connection Provisioning Interface (CUPI) API--Message Aging Policy APIs Viewing the Specific Message Aging Policy