McDewey

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

Page 742

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

Response Code: 204 Deleting an Authz Server The following is an example of the DELETE request that deletes an Authz Server as represented by <ObjectId>: DELETE https://<connection_server>/vmrest/authz/server/<objectId> The input for the PUT request will be. The output for this request returns the successful response code. Response Code: 204 Synchronization of Authorization Keys The following is an example of the PUT request that synchronize the authorization keys between Authz server and Unity Connection: PUT https://<connection_server>/vmrest/authz/sync/<objectId> The output for this request returns the successful response code. Response Code: 204 Explanation of Data Fields The following chart lists all of the data fields: Comments Data Type Operations Parameter Unique identifier for Authz server String (36) Read Only ObjectId Descriptive name of an Authz server String (64) Read/Write DisplayName A flag that validates the certificates for the Authz server. Possible values are: • false: Validates the certificates for the Authz server. • true: Ignore the certificate validation errors for the Authz server. For more information on certificates, see "Security" chapter of Cisco Unified Communications Operating System Administration Guide for Cisco Unity Connection Release 12.x at htps:/www.cisco.com/c/en/us/td/docs/voice_ip_comm/connection/12x/os_administration/b_12xcucosagx.html. Boolean Read/Write IgnoreCertificateError User name that Unity Connection uses to sign in to the Authz server. String (64) Read/Write ServerUsername Password that Unity Connection uses to sign in to the Authz server. String (64) Write Only ServerPassword Cisco Unity Connection Provisioning Interface (CUPI) API 710 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Deleting an Authz Server