[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
UpdateDbPasswordSpec
Spec to update database password.
Properties
string as ^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[ !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"])[a-zA-Z0-9 !\"#$%&'()*+,-.\\/\\\\:;<=>?@[\\]^_`{|}~\"]{8,}$
new_password
Required
Get new password for the SRM database.
- 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
string
password
Required
SRM database current password.
JSON Example
{
"new_password": "string",
"password": "string"
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Parameter To
Update Database Password