/mcp200 OK { "@total": "2", "VmsServer":[ { "URI": "/vmrest/vmsservers/ef03ca05-3c05-4465-9985-9de371e2e94e", "ObjectId": "ef03ca05-3c05-4465-9985-9de371e2e94e", "ServerName": " qa-ks-vm-19", "IpAddress": "10.78.171.134", "VmsServerObjectId": "ef03ca05-3c05-4465-9985-9de371e2e94e", "ClusterMemberId": "0", "ServerState": "20", "HostName": " qa-ks-vm-19.cisco.com", "ServerDisplayState": "3", "IpAddressV6":"fe80::250:56ff:feab:1c6" "SubToPerformReplicationRole": "false" }, { “URI” : “/vmrest/vmsservers/a57a68c6-782f-4757-945c-270e0fba2734”, “ObjectId” : “a57a68c6-782f-4757-945c-270e0fba2734”, “ServerName” : “qa-ks-vm-279.cisco.com”, “IpAddress” : “10.65.156.25”, “VmsServerObjectId” : “a57a68c6-782f-4757-945c-270e0fba2734”, “ClusterMemberId” : “1”, “ServerState” : “8”, “HostName” : “qa-ks-vm-279.cisco.com”, “ServerDisplayState>”: “4”, "IpAddressV6":"fe85::450:56ff:feab:1c6" “SubToPerformReplicationRole”: “false” } ] } Viewing a specific location in Cisco Unity Connection Cluster Administrator can use this API to fetch details of a particular server in a Unity Connection cluster. The following is an example of the GET request : GET https://<connection-server>/vmrest/vmsservers/<vmsServerObjectId> The following is the response from the above GET request and the actual response will depend upon the information given by you: 200 ok <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <VmsServer> <URI>/vmrest/vmsservers/3ee10726-9634-4066-bfcb-c936bc074be6</URI> <ObjectId>3ee10726-9634-4066-bfcb-c936bc074be6</ObjectId> <ServerName> qa-ks-vm-279</ServerName> <IpAddress>10.65.156.193</IpAddress> <VmsServerObjectId>3ee10726-9634-4066-bfcb-c936bc074be6</VmsServerObjectId> <ClusterMemberId>0</ClusterMemberId> <ServerState>1</ServerState> <HostName> qa-ks-vm-279.cisco.com</HostName> <ServerDisplayState>3</ServerDisplayState> <IpAddressV6>fe85::450:56ff:feab:1c6</ IpAddressV6> <SubToPerformReplicationRole>false</SubToPerformReplicationRole> </VmsServer> Cisco Unity Connection Provisioning Interface (CUPI) API 653 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Viewing a specific location in Cisco Unity Connection Cluster