McDewey

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

Page 705

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

Description Operations Data Type Parameter Specifies the object id of the System Role that is inherited while creating or modifying a Custom Role. Read/Write String InheritedObjectId Specifies the object id of the privileges that are assigned to the Custom Role. Read/Write String AssignPrivileges Specifies the object id of the privileges that will be removed from a custom role. You can not remove the privileges of inherited System Role. Note Write only String RemovePrivileges Cisco Unity Connection Provisioning Interface (CUPI) API -- Restriction Patterns Restriction Patterns Administrator can use this API to create/update/delete/fetch the restriction pattern. Various attributes of restriction pattern can also be updated using this API. Listing the Restriction Pattern for a Particular Restriction Table The following is an example of the GET request that lists all the restriction tables: GET https://<connection-server>/vmrest/restrictiontables /<restrictiontableobjectid>/restrictionpatterns The following is the response from the above GET request: <RestrictionPatterns total="2"> <RestrictionPattern> <URI>/vmrest/restrictiontables/38de2a1f-ca74-4be3-bb7cd315df4c0fc5/ restrictionpatterns/6564adb9-9090-42e0-81e6-04e132c4382c</URI> <Blocked>true</Blocked> <NumberPattern></NumberPattern> <RestrictionTableObjectId>38de2a1f-ca74-4be3-bb7cd315df4c0fc5</ RestrictionTableObjectId> <SequenceNumber>1</SequenceNumber> <ObjectId>6564adb9-9090-42e0-81e6-04e132c4382c</ObjectId> </RestrictionPattern> <RestrictionPattern> <URI>/vmrest/restrictiontables/38de2a1f-ca74-4be3-bb7cd315df4c0fc5/ restrictionpatterns/15a68e67-16b9-4847-8230-29be9baa88cf</URI> <Blocked>true</Blocked> <NumberPattern></NumberPattern> <RestrictionTableObjectId>38de2a1f-ca74-4be3-bb7cd315df4c0fc5</ RestrictionTableObjectId> <SequenceNumber>0</SequenceNumber> <ObjectId>15a68e67-16b9-4847-8230-29be9baa88cf</ObjectId> </RestrictionPattern> </RestrictionPatterns> Cisco Unity Connection Provisioning Interface (CUPI) API 673 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Cisco Unity Connection Provisioning Interface (CUPI) API -- Restriction Patterns