UpdatePasswordSpec

UpdatePasswordSpec
UpdatePasswordSpec

Spec to update appliance password.

JSON Example
{
    "username": "string",
    "password": "string",
    "new_password": "string"
}
string
username
Required

Appliance username.
The user for which the password will be changed.
For now this parameter is not taken into account.

string
password
Required

Current password for appliance user.

string As ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[ !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"])[a-zA-Z0-9 !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"]{8,}$
new_password
Required

New password for the appliance user.

    Requirements:
  • at least 8 characters long
  • with minimum one small letter
  • with minimum one capital letter
  • with minimum one number
  • with minimum one special character
  • differs from the last five passwords