Node Reset Authentication Policy Properties Reset All
Resets to default, currently configured authentication policy and password complexity on the node. Administrators need to enforce password change for existing user accounts in order to match newly configured complexity requirements in system.
reset-all: resets configured Authentication policy and Password complexity
reset-auth-policies: resets only configured Authentication policy
includes - {api_failed_auth_lockout_period, api_failed_auth_reset_period,
api_max_auth_failures, cli_failed_auth_lockout_period, cli_max_auth_failures}
reset-pwd-complexity: resets only configured Password complexity
OK
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"_retry_prompt": 0,
"digits": 0,
"hash_algorithm": "string",
"lower_chars": 0,
"max_repeats": 0,
"max_sequence": 0,
"maximum_password_length": 0,
"minimum_password_length": 0,
"minimum_unique_chars": 0,
"password_remembrance": 0,
"special_chars": 0,
"upper_chars": 0,
"api_failed_auth_lockout_period": 0,
"api_failed_auth_reset_period": 0,
"api_max_auth_failures": 0,
"cli_failed_auth_lockout_period": 0,
"cli_max_auth_failures": 0
}
curl -X POST -H 'Authorization: <value>' https://{api_host}/api/v1/node/aaa/auth-policy?action=reset-all