McDewey

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

Page 806

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- SIP Profiles Listing SIP Profiles Generic Examples to List SIP Profiles Example 1 The following is an example of the GET request that lists the SIP Profiles: https:/<server_ip>/vmrest/sipsecurityprofiles The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <SipSecurityProfiles total="2"><SipSecurityProfile> <URI>/vmrest/sipsecurityprofiles/87cab9a5-c68d-447a-ab4f-7cd2837aa240</URI> <ObjectId>87cab9a5-c68d-447a-ab4f-7cd2837aa240</ObjectId><Port>5069</Port> <DoTLS>false</DoTLS><DisplayName>5069</DisplayName> </SipSecurityProfile><SipSecurityProfile> <URI>/vmrest/sipsecurityprofiles/4d7e055a-cdcf-43ff-a922-4ce743939a23</URI> <ObjectId>4d7e055a-cdcf-43ff-a922-4ce743939a23</ObjectId><Port>5066</Port> <DoTLS>true</DoTLS><DisplayName>5066/TLS</DisplayName> </SipSecurityProfile></SipSecurityProfiles> <Pre> RESPONSE Code: 200 Example 2 The following is an example of the GET request that lists a specified SIP Profile: https://<connection_server>/vmrest/sipsecurityprofiles/<objectId> The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <SipSecurityProfile> <URI>/vmrest/sipsecurityprofiles/87cab9a5-c68d-447a-ab4f-7cd2837aa240</URI> <ObjectId>87cab9a5-c68d-447a-ab4f-7cd2837aa240</ObjectId><Port>5069</Port> <DoTLS>false</DoTLS><DisplayName>5069</DisplayName> </SipSecurityProfile><SipSecurityProfile> <pre> Response code: 200 JSON Examples to List SIP Profiles Example 1 The following is a JSON example of the GET request that lists the SIP Profiles: https:/<connection_server>/vmrest/sipsecurityprofiles Cisco Unity Connection Provisioning Interface (CUPI) API 774 Cisco Unity Connection Provisioning Interface (CUPI) API for Telephony Integrations Cisco Unity Connection Provisioning Interface (CUPI) API -- SIP Profiles