McDewey

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

Page 710

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

Cisco Unity Connection Provisioning Interface (CUPI) API -- Restriction Tables Restriction Tables Administrator can use this API to create/update/delete/fetch the restriction table. Various attributes of restriction table can also be updated using this API. Listing the Restriction Tables The following is an example of the GET request that lists all the restriction tables: GET https://<connection-server>/vmrest/restrictiontables The following is the response from the above GET request and the actual response will depend upon the information given by you: <RestrictionTables total="2"> <RestrictionTable> <URI>/vmrest/restrictiontables/71be3f47-fcf4-463d-8e8a-1710a2180de6</URI> <ObjectId>71be3f47-fcf4-463d-8e8a-1710a2180de6</ObjectId> <CreationTime>2013-01-29T09:46:52Z</CreationTime> <DefaultBlocked>false</DefaultBlocked> <LocationObjectId>9f59d35f-104b-4875-9995-39925dd024c0</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/9f59d35f-104b-4875-9995- 39925dd024c0</LocationURI> <MaxDigits>40</MaxDigits> <MinDigits>1</MinDigits> <DisplayName>Default Transfer</DisplayName> <Undeletable>true</Undeletable> <RestrictionPatternsURI>/vmrest/restrictiontables/71be3f47-fcf4-463d-8e8a- 1710a2180de6/restrictionpatterns</RestrictionPatternsURI> </RestrictionTable> <RestrictionTable> <URI>/vmrest/restrictiontables/a056f147-6469-4bb3-8314-5d0ff8011bad</URI> <ObjectId>a056f147-6469-4bb3-8314-5d0ff8011bad</ObjectId> <CreationTime>2013-01-29T09:46:52Z</CreationTime> <DefaultBlocked>false</DefaultBlocked> <LocationObjectId>9f59d35f-104b-4875-9995-39925dd024c0</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/9f59d35f-104b-4875-9995- 39925dd024c0</LocationURI> <MaxDigits>40</MaxDigits> <MinDigits>1</MinDigits> <DisplayName>Default Outdial</DisplayName> <Undeletable>true</Undeletable> <RestrictionPatternsURI>/vmrest/restrictiontables/a056f147-6469-4bb3-8314- 5d0ff8011bad/restrictionpatterns</RestrictionPatternsURI> </RestrictionTable> </RestrictionTables> Response Code: 200 JSON Example To list all the restriction tables use the following command, do the following: Cisco Unity Connection Provisioning Interface (CUPI) API 678 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- Restriction Tables