/mcp<AuthenticationRule> <DisplayName>New Authentication Rule</DisplayName> <HackResetTime>30</HackResetTime> <LockoutDuration>30</LockoutDuration> <MaxDays>120</MaxDays> <MaxHacks>7</MaxHacks> <MinLength>8</MinLength> <PrevCredCount>5</PrevCredCount> <TrivialCredChecking>true</TrivialCredChecking> <MinDuration>1440</MinDuration> <ExpiryWarningDays>15</ExpiryWarningDays> <MinCharsToChange>1</MinCharsToChange> </AuthenticationRule Response code: 201 Modifying Authentication Rules The following is an example of the PUT request that modifies the Authentication Rule: https://<connection_server>/vmrest/ authenticationrules/<objectId> The actual response will depend upon the information given by you. <AuthenticationRule> <AuthenticationRule> <HackResetTime>60</HackResetTime> <LockoutDuration>60</LockoutDuration> <MaxDays>120</MaxDays> <MaxHacks>7</MaxHacks> <MinLength>8</MinLength> <PrevCredCount>5</PrevCredCount> <TrivialCredChecking>true</TrivialCredChecking> <MinDuration>1440</MinDuration> <ExpiryWarningDays>15</ExpiryWarningDays> <MinCharsToChange>1</MinCharsToChange> </AuthenticationRule> <HackResetTime>60</HackResetTime> <LockoutDuration>60</LockoutDuration> <MaxDays>120</MaxDays> <MaxHacks>7</MaxHacks> <MinLength>8</MinLength> <PrevCredCount>5</PrevCredCount> <TrivialCredChecking>true</TrivialCredChecking> <MinDuration>1440</MinDuration> <ExpiryWarningDays>15</ExpiryWarningDays> <MinCharsToChange>1</MinCharsToChange> </AuthenticationRule> Response code: 204 Deleting Authentication Rules The following is an example of the DELETE request that deletes a Authentication Rule as represented by <objectId>: https://<connection_server>/vmrest/authenticationrules/<objectId> Cisco Unity Connection Provisioning Interface (CUPI) API 665 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Modifying Authentication Rules