/mcp<LocationURI>/vmrest/locations/connectionlocations/be27976c-6e6e-419f-853d-b3764881dfb0</LocationURI> <LockoutDuration>30</LockoutDuration> <MaxDays>180</MaxDays> <MaxHacks>3</MaxHacks> <MinLength>8</MinLength> <PrevCredCount>12</PrevCredCount> <TrivialCredChecking>true</TrivialCredChecking> <DisplayName>Papa Recommended Web Application Authentication Rule Paapas</DisplayName> <MinDuration>1440</MinDuration> <ExpiryWarningDays>15</ExpiryWarningDays> <MinCharsToChange>1</MinCharsToChange> </AuthenticationRule> </AuthenticationRules> Response code: 200 Example 2 The following is an example of the GET request that lists a specified Authentication Rule as represented by <objectId>: https://<connection_server>/vmrest/authenticationrules/<objectId> The following is an example of the response from the above GET request and the actual response will depend upon the information given by you: <AuthenticationRule> <URI>/vmrest/authenticationrules/db3999dc-7afc-4a1e-be64-c5647c7f2226</URI> <ObjectId>db3999dc-7afc-4a1e-be64-c5647c7f2226</ObjectId> <HackResetTime>30</HackResetTime> <LocationObjectId>be27976c-6e6e-419f-853d-b3764881dfb0</LocationObjectId> <LocationURI>/vmrest/locations/connectionlocations/be27976c-6e6e-419f-853d-b3764881dfb0</LocationURI> <LockoutDuration>30</LockoutDuration> <MaxDays>120</MaxDays> <MaxHacks>7</MaxHacks> <MinLength>8</MinLength> <PrevCredCount>5</PrevCredCount> <TrivialCredChecking>true</TrivialCredChecking> <DisplayName>Papa Recommended Web Application Authentication Rule</DisplayName> <MinDuration>1440</MinDuration> <ExpiryWarningDays>15</ExpiryWarningDays> <MinCharsToChange>1</MinCharsToChange> </AuthenticationRule> Response code: 200 Adding a new Authentication Rule The following is an example of the POST request that lists the Authentication Rules: https://<connection_server>/vmrest/authenticationrules 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: Cisco Unity Connection Provisioning Interface (CUPI) API 664 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Adding a new Authentication Rule