/mcpThe following is the response from the above GET request: <SearchSpaceMembers total="1"> <SearchSpaceMember> <URI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69- ea786f6024be/searchspacemembers/8433db04-60e0-414d-99bc-c48dcf8254cb</URI> <ObjectId>8433db04-60e0-414d-99bc-c48dcf8254cb</ObjectId> <PartitionObjectId>ff1c9ff2-6fcc-47e9-a4e0-a220c6e3ae4e</PartitionObjectId> <PartitionURI>/vmrest/partitions/ff1c9ff2-6fcc-47e9-a4e0-a220c6e3ae4e</PartitionURI> <SearchSpaceObjectId>7479b688-9c97-4a4b-ab69-ea786f6024be</SearchSpaceObjectId> <SearchSpaceURI>/vmrest/searchspaces/7479b688-9c97-4a4b-ab69- ea786f6024be</SearchSpaceURI> <SortOrder>1</SortOrder> </SearchSpaceMember> </SearchSpaceMembers> Response Code: 200 JSON Example To view the specific search space, use the following command: GET https://<connection-server>/vmrest/searchspaces/<searchspaceobjectid> 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: { "URI":"/vmrest/searchspaces/2e836e16-f715-4a18-bb7c-ee5e33281706" "ObjectId":"2e836e16-f715-4a18-bb7c-ee5e33281706" "Name":"ucbu-aricent-vm463 Search Space" "Description":"Default Search Space" "LocationObjectId":"cff1347e-87af-4409-bead-d1970625f82e" "LocationURI":"/vmrest/locations/connectionlocations/cff1347e-87af-4409-bead d1970625f82e" "TimeOwnershipChanged":"2013-02-25 09:37:36.99" "SearchSpaceMembersURI":"/vmrest/searchspaces/2e836e16-f715-4a18-bb7c ee5e33281706/searchspacemembers" } Response Code: 200 Creating a Search Space The following is an example of the POST request that creates a search space: POST https://<connection-server>/vmrest/searchspaces Request URI: <SearchSpace> <Name>Taxoma_SearchSpace</Name> </SearchSpace> The following is the example of the response from the above Post request: Response Code: 201 /vmrest/searchspaces/4fc208e7-cb84-4e3f-bcf0-11f69c212b1d Cisco Unity Connection Provisioning Interface (CUPI) API 638 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Creating a Search Space