[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

UpdatePasswordSpec

Spec to update appliance password.


Properties

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


string
password Required

Current password for appliance user.


string
username Required

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

JSON Example

{
	"new_password": "string",
	"password": "string",
	"username": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Parameter To

Update Appliance Password

Feedback

Was this page helpful?