Resetting the Password
Function
This API is used to reset the password.
Debugging
You can use API Explorer to debug this API.
URI
POST /v2/{project_id}/instances/{instance_id}/password
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. |
|
instance_id |
Yes |
String |
Instance ID. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
new_password |
No |
String |
The password can contain 8 to 32 characters. Contains at least two types of the following characters:
|
Response Parameters
None
Example Requests
POST https://{endpoint}/v2/{project_id}/instances/{instance_id}/password
{
"new_password" : "Cloud@12#ab34"
}
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
204 |
The password is reset successfully. |
Error Codes
See Error Codes.
Last Article: Instance Management
Next Article: Listing Plug-ins
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.