McDewey

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

Page 741

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

Viewing an Authz Server The following is an example of the GET request that lists a particular Authz server represented by <ObjectId>: GET https://<connection-server>/vmrest/authz/server/<ObjectId> The following is the response from the above GET request and the actual response will depend upon the information given by you: <AuthzServer> <ObjectId>0fa45cde-c289-415a-853f-3d706b3952d5</ObjectId> <DisplayName>AuthzServer1</DisplayName> <IgnoreCertificateError>true</IgnoreCertificateError> <ServerUsername>admin</ServerUsername> <ServerPassword /> <ServerNodeAddress>10.76.215.238</ServerNodeAddress> <Port>8443</Port> </AuthzServer> Response Code: 200 Adding New Authz Server The following is an example of the POST request that adds the Authz servers: POST https://<connection_server>/vmrest/authz/server/ The following is an example of the response from the above POST request and the actual response will depend upon the information given by you: <AuthzServer> <DisplayName>AuthzServer1</DisplayName> <IgnoreCertificateError>true</IgnoreCertificateError> <ServerUsername>admin</ServerUsername> <ServerPassword>******</ServerPassword> <ServerNodeAddress>10.76.215.238</ServerNodeAddress> <Port>8443</Port> </AuthzServer> Response Code: 201 Modifying Authz Server The following is an example of the PUT request that modifies the Authz Server as represented by <ObjectId>: PUT https://<connection_server>/vmrest/authz/server/<objectId> The following is an example of the response from the above PUT request and the actual response will depend upon the information given by you: <AuthzServer> <ServerNodeAddress>ucbu-aricent-vm475</ServerNodeAddress> <Port>8443</Port> </AuthzServer> Cisco Unity Connection Provisioning Interface (CUPI) API 709 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Viewing an Authz Server