/mcp<Port> <URI>/vmrest/ports/e4a48f12-d22b-438c-89eb-0b25f2f73d12</URI> <ObjectId>e4a48f12-d22b-438c-89eb-0b25f2f73d12</ObjectId> <MediaPortGroupObjectId>668e5869-7c16-48d6-8858-cd0e00fdd47c</MediaPortGroupObjectId> <PortGroupURI>/vmrest/portgroups/668e5869-7c16-48d6-8858-cd0e00fdd47c</PortGroupURI> <TelephonyIntegrationMethodEnum>2</TelephonyIntegrationMethodEnum> <VmsServerObjectId>d190d99e-e9e8-4d63-8c6c-9aca4956afff</VmsServerObjectId> <DisplayName>PhoneSystem-1-002</DisplayName> <CapAnswer>true</CapAnswer> <CapNotification>false</CapNotification> <CapMWI>true</CapMWI> <CapEnabled>true</CapEnabled> <CapTrapConnection>true</CapTrapConnection> <MediaSwitchDisplayName>PhoneSystem</MediaSwitchDisplayName> <MediaSwitchObjectId>0d15753c-e1b4-4865-b00b-999a1ccf56ce</MediaSwitchObjectId> <PhoneSystemURI>/vmrest/phonesystems/0d15753c-e1b4-4865-b00b-999a1ccf56ce</PhoneSystemURI> <MediaPortGroupDisplayName>PhoneSystem-1</MediaPortGroupDisplayName> <VmsServerName>ucbu-aricent-vm413</VmsServerName> </Port> Adding Ports This section contains information on how to add ports: • Adding SCCP Ports • Adding SIP Ports • Adding PIMGTIMG Ports Note: Before adding ports to port group, you need to know the id of the vmservers. The vmservers id is required as you need to mention the machine on which the ports need to be added. The following is an example of the GET request that lists the vmservers: https://<connection_server>/vmrest/vmsservers 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: <VmsServers total="1"> <VmsServer> <URI>/vmrest/vmsservers/574ca5d3-9041-4ff9-8e7d-727c32d80dab</URI> <ServerName>ucbu-aricent-vm413</ServerName> <VmsServerObjectId>574ca5d3-9041-4ff9-8e7d-727c32d80dab</VmsServerObjectId> </VmsServer> </VmsServers> Make sure that you always add ports in even number and not in odd number. Note Adding SCCP Ports The following is an example of the POST request that lists the SCCP Ports: Cisco Unity Connection Provisioning Interface (CUPI) API 768 Cisco Unity Connection Provisioning Interface (CUPI) API for Telephony Integrations Adding Ports