McDewey

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

Page 664

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

Listing the Partitions The following is an example of the GET request that lists all the existing partitions: GET https://<connection-server>/vmrest/partitions The following is the response from the above GET request: <Partitions total="2"> <Partition> <URI>/vmrest/partitions/53e16c90-1cc6-4bde-b6c8-77daf1d31d02</URI> <ObjectId>53e16c90-1cc6-4bde-b6c8-77daf1d31d02</ObjectId> <Name>ucbu-aricent-vm256 Partition</Name> <Description>Default Partition</Description> <LocationObjectId>6e81cad2-9c0b-42c1-bb6f-4edb38a70cbd</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/6e81cad2-9c0b-42c1-bb6f- 4edb38a70cbd</LocationURI> </Partition> <Partition> <URI>/vmrest/partitions/924ee2d5-758b-4ded-8db7-ae7bc11b59b2</URI> <ObjectId>924ee2d5-758b-4ded-8db7-ae7bc11b59b2</ObjectId> <Name>Taxoma_DefaultPartition</Name> <Description>Default Partition for Taxoma</Description> <LocationObjectId>6e81cad2-9c0b-42c1-bb6f-4edb38a70cbd</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/6e81cad2-9c0b-42c1-bb6f- 4edb38a70cbd</LocationURI> </Partition> </Partitions> Response Code: 200 JSON Example The following is an example of the GET command that will list all the partitions: Request URI: GET https://<connection-server>/vmrest/partitions Accept: applciation/json Connection: keep_alive The following is the example of the response from the above GET request: Cisco Unity Connection Provisioning Interface (CUPI) API 632 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Listing the Partitions