McDewey

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

Page 612

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- Routing Rule Conditions Routing Rule Condition API Administrator can use this API to create/update/delete/fetch the routing rule condition. Various attributes of routing rule condition can also be updated using this API. Listing the Routing Rule Conditions JSON Example To list all the routing rule conditions use the following command: Request URI: GET https://<connection-server>/vmrest/routingrules/<routingrulesobjectId>/routingruleconditions 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: { "@total": "2", "RoutingRuleCondition": [ { "URI": "/vmrest/routingrules/bd8b8092-1c08-4d25-8d35-116d7a677bf4/routingruleconditions/06d1d4e2-45f7-4f9d-b083-ac19bfc9347f", "ObjectId": "06d1d4e2-45f7-4f9d-b083-ac19bfc9347f", "RoutingRuleObjectId": "bd8b8092-1c08-4d25-8d35-116d7a677bf4", "RoutingRuleURI": "/vmrest/routingrules/bd8b8092-1c08-4d25-8d35-116d7a677bf4", "Parameter": "1", "Operator": "1", "OperandValue": "1000-2000" }, { "URI": "/vmrest/routingrules/bd8b8092-1c08-4d25-8d35-116d7a677bf4/routingruleconditions/08019fb3-265b-48fb-a973-d5128b62572e", "ObjectId": "08019fb3-265b-48fb-a973-d5128b62572e", "RoutingRuleObjectId": "bd8b8092-1c08-4d25-8d35-116d7a677bf4", "RoutingRuleURI": "/vmrest/routingrules/bd8b8092-1c08-4d25-8d35-116d7a677bf4", "Parameter": "2", "Operator": "2", "OperandValue": "4242" } ] } Response Code: 200 Cisco Unity Connection Provisioning Interface (CUPI) API 580 Cisco Unity Connection Provisioning Interface (CUPI) API--Call Routing Cisco Unity Connection Provisioning Interface (CUPI) API -- Routing Rule Conditions