McDewey

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

Page 808

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

{ "URI": "/vmrest/sipsecurityprofiles/9adbf7ac-c882-4ad1-84d5-d67d56d44d6d", "ObjectId": "9adbf7ac-c882-4ad1-84d5-d67d56d44d6d", "Port": "5077", "DoTLS": "false", "DisplayName": "5077" } RESPONSE Code: 200 Adding a new SIP Profiles Example 1 The following is an example of the POST request that lists the SIP Profiles: https://<connection_server>/vmrest/sipsecurityprofiles The following is an example of the response from the above POST request and the actual response will depend upon the information given by you: <SipSecurityProfile> <Port>5070</Port> <DoTLS>true</DoTLS> </SipSecurityProfile> Response code: 201 Example 2 The following is a JSON example of the POST request that lists the SIP Profiles: https://<connection_server>/vmrest/sipsecurityprofiles The following is an example of the response from the above POST request and the actual response will depend upon the information given by you: { "Port": "5080", "DoTLS": "true" } Response code: 201 Modifying SIP Profiles Example 1 The following is an example of the PUT request that modifies the SIP Profile: https://<connection_server>/vmrest/sipsecurityprofiles/<objectId> The actual response will depend upon the information given by you. Cisco Unity Connection Provisioning Interface (CUPI) API 776 Cisco Unity Connection Provisioning Interface (CUPI) API for Telephony Integrations Adding a new SIP Profiles