Checking for Weak Passwords
API Description
This API is used to check whether a password is a weak password.
URI
- URI format
POST https://{Endpoint}/v3/{project_id}/weak-password-verification
Table 1 Path parameters Name
Mandatory
Type
Description
project_id
Yes
String
Project ID of a tenant in a region. Obtain the project ID by following the instructions in Obtaining a Project ID.
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
X-Auth-Token |
Yes |
String |
User token |
|
Name |
Mandatory |
Type |
Description |
|---|---|---|---|
|
password |
Yes |
String |
Password. |
- Request example
{ "password" : "xxxx" }
Response Parameters
|
Name |
Type |
Description |
|---|---|---|
|
weak |
Boolean |
Whether the password is a weak password. The value can be true or false. |
- Example response
{ "weak" : false }
Status Code
For details, see Status Code.
Error Code
For details, see Error Code.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot