[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
Update Appliance Password
DescriptionUpdate the appliance password.
Request
URLURL
https://{api_host}//appliance/settings/access/password
Request Body
Request Body
{
"new_password": "string",
"password": "string",
"username": "string"
}
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.
Authentication
This operation uses the following authentication methods.
Errors
ResponseError
400
Bad request - the server could not understand the request due to invalid syntax or invalid request body content
401
Unauthorized - the client must authenticate itself to get the requested response
ResponseError
403
Forbidden - not sufficient access rights to fulfill the request
ResponseError
500
Internal server error - unexpected condition prevents fulfilling the request
Code Samples
cURL Command
curl -X POST -H "Content-Type: application/json" -d '{"new_password":"string","password":"string","username":"string"}' https://{api_host}/appliance/settings/access/password
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
vrs-appliance-config-api
On This Page
Appliance Operations
get
post
post