You are not logged in.
ResetPassword
This API is used to reset the password of cluster administrator.
Name | Type | IN | Mandatory | Description |
---|---|---|---|---|
project_id | string | path | Yes | Project ID |
cluster_id | string | path | Yes | ID of the cluster whose password is to be reset. |
Name | Type | Mandatory | Description |
---|---|---|---|
new_password | string | Yes | New administrator password for logging in to a data warehouse cluster A password must conform to the following rules:
|
Normal
Request error.
Authorization failed.
No operation permission.
No resources found.
Internal service error.
The service is unavailable.
"POST https://{Endpoint}/v1.0/89cd04f168b84af6be287f71730fdb4b/clusters/4ca46bf1-5c61-48ff-b4f3-0ad4e5e3ba90/reset-password"
{
"new_password": "NewPassw0rd!"
}