McDewey

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

Page 665

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

{ "@total": "2", "Partition": [ { "URI": "/vmrest/partitions/d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b", "ObjectId": "d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b", "Name": "ucbu-aricent-vm259 Partition", "Description": "Default Partition", "LocationObjectId": "bbf3e6ed-0278-479c-9a6e-2da8756eeb6f", "LocationURI": "/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c- 9a6e-2da8756eeb6f" }, { "URI": "/vmrest/partitions/5c28f078-8142-4844-b3c0-8fddf33639c4", "ObjectId": "5c28f078-8142-4844-b3c0-8fddf33639c4", "Name": "Taxoma21_Partition_1", "LocationObjectId": "bbf3e6ed-0278-479c-9a6e-2da8756eeb6f", "LocationURI": "/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c- 9a6e-2da8756eeb6f" } ] } Response Code: 200 Viewing a Specific Partition The following is an example of the GET request that list the detail of a particular partition: GET https://<connection-server>/vmrest/partitions/<PartitionObjectId> The following is the response from the above GET request: <Partition> <LocationObjectId>bbf3e6ed-0278-479c-9a6e-2da8756eeb6f</LocationObjectId> <URI>/vmrest/partitions/d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b</URI> <ObjectId>d50e9d0b-656e-416d-b5b7-43c4d2e2fd0b</ObjectId> <Name>ucbu-aricent-vm259 Partition</Name> <Description>Default Partition</Description> <LocationObjectId>bbf3e6ed-0278-479c-9a6e-2da8756eeb6f</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/bbf3e6ed-0278-479c-9a6e- 2da8756eeb6f</LocationURI> </Partition> Response Code: 200 JSON Example The following is an example of the GET command that will get the detail of a particular partition: Request URI: GET https://<connection-server>/vmrest/partitions/<PartitionObjectId> 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 633 Cisco Unity Connection Provisioning Interface (CUPI) API for Dial Plan Viewing a Specific Partition